Comment # 2
on bug 8270
from Evan Huus
By my reading of the spec [1] the messages in question are actually malformed.
Specifically, in section 5.1 it states "A request without a body MUST contain
an end-line after the final header field", and later "The end-line that
terminates the request MUST be composed of seven "-" (minus sign) characters,
the transaction ID as used in the start line, and a flag character".
The messages I'm seeing the provided capture don't have such an end-line
present, so Wireshark is correct in marking them malformed.
[1] https://tools.ietf.org/html/rfc4975
You are receiving this mail because:
- You are watching all bug changes.