You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
than this size, HAProxy will return HTTP 502 (Bad Gateway). Note that the
9910
9910
value set using this parameter will automatically be rounded up to the next
9911
9911
multiple of 8 on 32-bit machines and 16 on 64-bit machines.
9912
-
</pre><a class="anchor" name="tune.bufsize.large"></a><a class="anchor" name="3-tune.bufsize.large"></a><a class="anchor" name="3.2-tune.bufsize.large"></a><a class="anchor" name="tune.bufsize.large (Global section)"></a><a class="anchor" name="tune.bufsize.large (Performance tuning)"></a><div class="keyword"><b><a class="anchor" name="tune.bufsize.large"></a><a href="#3.2-tune.bufsize.large">tune.bufsize.large</a></b> <span style="color: #080"><size></span></div><pre class="text">Sets the size in butes for large buffers. By defaults, support for large
9912
+
</pre><a class="anchor" name="tune.bufsize.large"></a><a class="anchor" name="3-tune.bufsize.large"></a><a class="anchor" name="3.2-tune.bufsize.large"></a><a class="anchor" name="tune.bufsize.large (Global section)"></a><a class="anchor" name="tune.bufsize.large (Performance tuning)"></a><div class="keyword"><b><a class="anchor" name="tune.bufsize.large"></a><a href="#3.2-tune.bufsize.large">tune.bufsize.large</a></b> <span style="color: #080"><size></span></div><pre class="text">Sets the size in bytes for large buffers. By defaults, support for large
9913
9913
buffers is not enabled, it must explicitly be enable by setting this value.
9914
9914
9915
9915
These buffers are designed to be used in some specific contexts where more
<a class="anchor" name="tune.quic.fe.stream.max-total"></a><a class="anchor" name="3-tune.quic.fe.stream.max-total"></a><a class="anchor" name="3.2-tune.quic.fe.stream.max-total"></a><a class="anchor" name="tune.quic.fe.stream.max-total (Global section)"></a><a class="anchor" name="tune.quic.fe.stream.max-total (Performance tuning)"></a><div class="keyword"><b><a class="anchor" name="tune.quic.fe.stream.max-total"></a><a href="#3.2-tune.quic.fe.stream.max-total">tune.quic.fe.stream.max-total</a></b> <span style="color: #080"><number></span></div><pre class="text">Sets the maximum number of requests that can be handled by a single QUIC
10825
10825
connection. Once this total is reached, the connection will be gracefully
10826
-
shutdown. In HTTP/3, this translates in a GOAWAY frame. The connection is
10826
+
shutdown. In HTTP/3, this translates to a GOAWAY frame. The connection is
10827
10827
finally closed when all remaining transfers are completed.
10828
10828
10829
10829
This setting is applied as a hard limit on the connection via the QUIC flow
side, as well as CPU consumption on both sides due to TLS handshakes.
10837
10837
10838
10838
The default value is 0 which implies no specific limit outside of the QUIC
10839
-
protocol encoding limitation (2^60, more that a billion billion).
10839
+
protocol encoding limitation (2^60, more than a billion billion).
10840
10840
</pre><a class="anchor" name="tune.quic.frontend.max-streams-bidi"></a><a class="anchor" name="3-tune.quic.frontend.max-streams-bidi"></a><a class="anchor" name="3.2-tune.quic.frontend.max-streams-bidi"></a><a class="anchor" name="tune.quic.frontend.max-streams-bidi (Global section)"></a><a class="anchor" name="tune.quic.frontend.max-streams-bidi (Performance tuning)"></a><div class="keyword"><b><a class="anchor" name="tune.quic.frontend.max-streams-bidi"></a><a href="#3.2-tune.quic.frontend.max-streams-bidi">tune.quic.frontend.max-streams-bidi</a></b> <span style="color: #080"><number></span> <span class="label label-warning">(deprecated)</span></div><pre class="text">This keyword has been deprecated in 3.3 and will be removed in 3.5. It is
10841
10841
part of the streamlining process apply on QUIC configuration. If used, this
10842
10842
setting will only be applied on frontend connections.
0 commit comments