-
-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
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
res_stream_threshold_
is too high, causing incomplete data transmission
#243
Comments
Could you please test this with 1MiB or more data? |
I tried to reproduce the problem with string payload and did not succeed. turned out it happens with invalid data in |
Could you elaborate on what kind of invalid data you're passing to |
I thought it's because i assigned a |
hmmm, the issue doesn't happen when I do the same.. Which version of Crow are you running? |
I'm using Crow/0.3 |
Found the issue, the |
I was going to suggest that (hence the "Could you please test this with 1MiB or more data?"), I'm glad you found it, I'll add an app option to lower it. |
res_stream_threshold_
is too high, causing incomplete data transmission
Using single header library, when sending bigger text payloads to the clients, the connection is sometimes closed before the transmit is completed.
The text was updated successfully, but these errors were encountered: