Skip to content

Commit

Permalink
Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Goncharov authored and Ivan Goncharov committed Nov 13, 2024
1 parent 9d0115a commit 9344ef0
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
source: apollo-router/src/configuration/tests.rs
expression: "&schema"
snapshot_kind: text
---
{
"$schema": "http://json-schema.org/draft-07/schema#",
Expand Down Expand Up @@ -6592,6 +6593,14 @@ expression: "&schema"
"description": "abort request handling when the client drops the connection. Default: false. When set to true, some parts of the request pipeline like telemetry will not work properly, but request handling will stop immediately when the client connection is closed.",
"type": "boolean"
},
"experimental_http1_max_buf_size": {
"default": null,
"description": "Set the maximum buffer size for the HTTP1 connection.\n\nDefault is ~400kb.",
"format": "uint",
"minimum": 0.0,
"nullable": true,
"type": "integer"
},
"experimental_http1_max_headers": {
"default": null,
"description": "Set the maximum number of headers for HTTP1 protocol\n\nIf server receives more headers than the buffer size, it responds to the client with \"431 Request Header Fields Too Large\".\n\nDefault is 100.",
Expand Down

0 comments on commit 9344ef0

Please sign in to comment.