Skip to content
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

Bug Report: Server Crashes on Multiple Requests in a Single Chunk #1

Open
btbrandon opened this issue Oct 24, 2024 · 0 comments
Open

Comments

@btbrandon
Copy link
Owner

btbrandon commented Oct 24, 2024

Steps to Reproduce:

Start the server.
Send multiple requests in a single chunk using a persistent connection.
Monitor server logs.
Expected Result:
The server should handle and process each request sequentially without crashing.

Actual Result:
The server crashes with an "IndexError" when processing multiple requests delivered in a single chunk.

Additional Info:
This issue seems to occur when request headers and bodies are split across TCP packets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant