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
Jokes contained weird ass unicode apostrophes which for some odd reason break the API. Hotfixed by replacing with ', but I'm gonna have to write some tests for it or do some validation on submission.
Turns out, the real issue was setting the response header Content-Length in the httpServer.pipeString() function to the length of characters instead of the number of octets (bytes) of the string.
Examples: #191, #199
The text was updated successfully, but these errors were encountered: