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
I can confirm this, which creates odd behavior with Brave browser and Websockets. Refreshing the page multiple times ends by the page being stuck at loading. I'll try to create a reproducible bug
Is there an existing issue for this?
Describe the bug
When you put in the sanic config keep_alive to false, it doesn't work you can see in all responses "Connection": "keep-alive".
I tryed with version 20.12.7 and sanic works correctly but in the version 21.3.0 it doesn't works
Code snippet
Expected Behavior
I expect that the header "connection" of the response should be close if you put the config of KEEP_ALIVE=false
How do you run Sanic?
As a script (
app.run
orSanic.serve
)Operating System
Linux
Sanic Version
Additional context
No response
The text was updated successfully, but these errors were encountered: