We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, there seems to be an undocumented 93 limit for request body. Is this a bug or is there some way to set it to a bigger one?
The text was updated successfully, but these errors were encountered:
Seems to be not 93 byte limit but something else. I got one request (from different device) cut off after 70 bytes.
Sorry, something went wrong.
Looking at the code, it seems like it's completely ignoring the possibility of body being split into multiple reads.
read
fix: steveklabnik#116 in dirty way
f736d3d
No branches or pull requests
Hi, there seems to be an undocumented 93 limit for request body. Is this a bug or is there some way to set it to a bigger one?
The text was updated successfully, but these errors were encountered: