invernizzi / scapy-http

Support for HTTP in Scapy
Other
301 stars 77 forks source link

Support http response code with no status message #11

Closed gr closed 9 years ago

gr commented 9 years ago

Status message on http response is not necessary by RFC https://www.ietf.org/rfc/rfc2616.txt So If http response with status code but with no message, layer not recognize http response. My change makes status message not necessary to recognizing http response.

invernizzi commented 9 years ago

Thanks George! I didn't know that.