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 smiley character has a length of one, but uses three bytes of memory. In the current implementation we calculate the Content-Length header using the length of the string, and for most characters that works, but there are some special characters that use multiple bytes of memory, this makes the header not match the actual amount of information passed, which causes a bad request.