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
Command: dotnet run --no-build -- -mux localhost:2202 -l 443 -ssl -sni
dotnet run --no-build -- -mux localhost:2202 -l 443 -ssl -sni
Result:
[23:49:41 INF] Read 26280 bytes from multiplexed stream 1 [23:49:41 INF] Sending 4,096 bytes from www.bbc.co.uk:443 to 127.0.0.1:60939... [23:49:41 INF] Sending 4,096 bytes from www.bbc.co.uk:443 to 127.0.0.1:60939... [23:49:41 INF] Sending 4,096 bytes from www.bbc.co.uk:443 to 127.0.0.1:60939... [23:49:41 INF] Sending 4,096 bytes from www.bbc.co.uk:443 to 127.0.0.1:60939... [23:49:41 INF] Sending 4,096 bytes from www.bbc.co.uk:443 to 127.0.0.1:60939... [23:49:41 INF] Sending 4,096 bytes from www.bbc.co.uk:443 to 127.0.0.1:60939... [23:49:41 INF] Read 24887 bytes from multiplexed stream 1
Why are messages split in 4,096 bytes? The batch size should be 65,536.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Command:
dotnet run --no-build -- -mux localhost:2202 -l 443 -ssl -sni
Result:
Why are messages split in 4,096 bytes? The batch size should be 65,536.
The text was updated successfully, but these errors were encountered: