Closed GoogleCodeExporter closed 9 years ago
Hey, Pavel,
I haven't done anything HTTP-related because:
1) net/http already has HTTP encoding/decoding, see
https://code.google.com/p/gopacket/source/browse/examples/httpassembly/main.go
for an example
2) it's a stream-based protocol, so there's no guarantee either the request or
response will be in one packet. The request may span multiple packets, or
there may be multiple requests in a single packet. Same for responses.
I'm going to mark this as WontFix for now, but feel free to reopen with any
further questions.
Original comment by gconnell@google.com
on 21 Oct 2014 at 6:53
Original issue reported on code.google.com by
pavel.odintsov
on 21 Oct 2014 at 6:37