Remove a TODO

This commit is contained in:
M. Mert Yildiran 2022-06-02 06:09:32 +03:00
parent 3f4e03d381
commit 63e3d16d21
No known key found for this signature in database
GPG Key ID: D42ADB236521BF7A

View File

@ -186,8 +186,6 @@ func (d dissecting) Dissect(b *bufio.Reader, reader api.TcpReader, options *api.
}
} else {
switchingProtocolsHTTP2, err = handleHTTP1ServerStream(b, reader.GetReadProgress(), reader.GetParent().GetOrigin(), reader.GetTcpID(), reader.GetCounterPair(), reader.GetCaptureTime(), reader.GetEmitter(), options, reqResMatcher)
// TODO: Golang TLS malformed HTTP response
fmt.Printf("HTTP res err: %v\n", err)
if err == io.EOF || err == io.ErrUnexpectedEOF {
break
} else if err != nil {