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]- Fails to process large query parameters - Got more than 8190 bytes (16642) when reading Status line is too long. #238

Open
dinbtechit opened this issue Jul 14, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@dinbtechit
Copy link

Describe the bug

Is it possible allow large query parameters? When a URL query parameter contains 16642 or more characters I get the following error.

Got more than 8190 bytes (16642) when reading Status line is too long.

To Reproduce
Steps to reproduce the behavior:

  1. URL Query parameter with 16642 characters
  2. See error
Got more than 8190 bytes (16642) when reading Status line is too long.

Expected behavior
Should allow large Query parameters. A similar tunneling service, ngrok has no issues processing large query parameters and also the RFC 2616 does not have any limit any restrictions for query paramters.

Screenshots
image

Environment

  • OS: MacOS
  • Version [e.g. 1.0.0-beta.15]
@dinbtechit dinbtechit added the bug Something isn't working label Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant