Max buffer size doesn't work #1998
-
I set app and socketio like this: and when it still not able to recieve a 8mb file, while a 700kb file can be recieved successfully. here is the log when I try to recieve the 8mb file: and here is log when I received the 700kb file: |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 19 replies
-
Are you sure your requests aren't passing through some intermediary that also has a maximum size? Like maybe nginx or some other proxy server? |
Beta Was this translation helpful? Give feedback.
-
do you mean this? here is the log when I try to recieve the 8mb file: |
Beta Was this translation helpful? Give feedback.
-
As you can see, the file has be received, but client disconnected immediately, so there is no error message. Do you have any idea what will triggler the disconection? |
Beta Was this translation helpful? Give feedback.
-
Just a guess, maybe need to increase ping_timeout? |
Beta Was this translation helpful? Give feedback.
Please upgrade your
python-engineio
package for the fix for this issue.