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
simpleResponse() sets the Content-Length header to body.length, which isn't correct when body contains non-ASCII characters, because those are sent as multiple bytes. This causes that the end of body isn't received by the recipient.
The text was updated successfully, but these errors were encountered:
simpleResponse()
sets theContent-Length
header tobody.length
, which isn't correct whenbody
contains non-ASCII characters, because those are sent as multiple bytes. This causes that the end ofbody
isn't received by the recipient.The text was updated successfully, but these errors were encountered: