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
Describe the bug The server accept websocket upgrades on non-websocket routes.
How To Reproduce Steps to reproduce the behavior (example):
Expected Behavior The server should reject the websocket upgrade request.
Actual Behavior The server goes into upgrade mode:
[HTTPS:I] New connection. Socket FID=55 [HTTPS:I] Request: GET /chat (FID=55) [HTTPS:I] Upgrading to WS, FID=55
This is followed by a Guru Meditation / Panic:
Guru Meditation Error: Core 1 panic'ed (InstrFetchProhibited). Exception was unhandled.
ESP32 Module ESP32 WROVER 16/16
Software (please complete the following information if applicable)
Additional context –
The text was updated successfully, but these errors were encountered:
fhessel
No branches or pull requests
Describe the bug
The server accept websocket upgrades on non-websocket routes.
How To Reproduce
Steps to reproduce the behavior (example):
Expected Behavior
The server should reject the websocket upgrade request.
Actual Behavior
The server goes into upgrade mode:
This is followed by a Guru Meditation / Panic:
ESP32 Module
ESP32 WROVER 16/16
Software (please complete the following information if applicable)
Additional context
–
The text was updated successfully, but these errors were encountered: