cli
cli copied to clipboard
[Bug]- Fails to process large query parameters - Got more than 8190 bytes (16642) when reading Status line is too long.
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:
- URL Query parameter with 16642 characters
- 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
Environment
- OS: MacOS
- Version [e.g. 1.0.0-beta.15]