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
The last paragraph of RFC 2616/4.4 stipulates that a notification (warn() in Perl, ISTM) should be given when the payload length doesn’t match the Content-Length header.
Right now there’s no such warn() happening … maybe do a recv()/MSG_PEEK to see if there is more to read on the socket, then warn() if so?
The text was updated successfully, but these errors were encountered:
https://tools.ietf.org/html/rfc2616#page-34
The last paragraph of RFC 2616/4.4 stipulates that a notification (warn() in Perl, ISTM) should be given when the payload length doesn’t match the Content-Length header.
Right now there’s no such warn() happening … maybe do a recv()/MSG_PEEK to see if there is more to read on the socket, then warn() if so?
The text was updated successfully, but these errors were encountered: