forked from deephaven/deephaven-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Added additional jetty configuration options (deephaven#6043)
Deployments can now specify max h2 streams per connection and max request header size. Set the configuration property `http2.maxConcurrentStreams` to the number of streams to allow for a given h2 connection. Set the configuration property `http.maxHeaderRequestSize` to the max number of bytes to allow in HTTP request headers. Fixes deephaven#5934 Fixes deephaven#6021
- Loading branch information
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters