You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, I create a content type header : Content-Type: text/plain ;charset=UTF8
to send a message.Then I capture the message by wireshark, the WHITESPACE after "text/plain" was deleted.The rules to parse headers are generated by Antlr3, how could I change the rules?
The text was updated successfully, but these errors were encountered:
For example, I create a content type header :
Content-Type: text/plain ;charset=UTF8
to send a message.Then I capture the message by wireshark, the WHITESPACE after "text/plain" was deleted.The rules to parse headers are generated by Antlr3, how could I change the rules?
The text was updated successfully, but these errors were encountered: