mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 15:17:01 +02:00
DOC: config: A a space before ':' for {bs,fs}.aborted and {bs,fs}.rst_code
A space was missing before the ':' for the sample fetch functions above. It was an issue for the text to HTML conversion script. So, let's fix it.
This commit is contained in:
parent
fa43ca2ed0
commit
3af2d91b3b
@ -24686,7 +24686,7 @@ wait_end boolean
|
|||||||
|
|
||||||
Detailed list:
|
Detailed list:
|
||||||
|
|
||||||
bs.aborted: boolean
|
bs.aborted : boolean
|
||||||
Returns true is an abort was received from the server for the current
|
Returns true is an abort was received from the server for the current
|
||||||
stream. Otherwise false is returned.
|
stream. Otherwise false is returned.
|
||||||
|
|
||||||
@ -24716,7 +24716,7 @@ bs.id : integer
|
|||||||
Returns the multiplexer's stream ID on the server side. It is the
|
Returns the multiplexer's stream ID on the server side. It is the
|
||||||
multiplexer's responsibility to return the appropriate information.
|
multiplexer's responsibility to return the appropriate information.
|
||||||
|
|
||||||
bs.rst_code: integer
|
bs.rst_code : integer
|
||||||
Returns the reset code received from the server for the current stream. The
|
Returns the reset code received from the server for the current stream. The
|
||||||
code of the H2 RST_STREAM frame or the QUIC STOP_SENDING frame received from
|
code of the H2 RST_STREAM frame or the QUIC STOP_SENDING frame received from
|
||||||
the server is returned. The sample fetch fails if no abort was received or if
|
the server is returned. The sample fetch fails if no abort was received or if
|
||||||
@ -24748,7 +24748,7 @@ distcc_param(<token>[,<occ>]) : integer
|
|||||||
# send large files to the big farm
|
# send large files to the big farm
|
||||||
use_backend big_farm if { distcc_param(DOTI) gt 1000000 }
|
use_backend big_farm if { distcc_param(DOTI) gt 1000000 }
|
||||||
|
|
||||||
fs.aborted: boolean
|
fs.aborted : boolean
|
||||||
Returns true is an abort was received from the client for the current
|
Returns true is an abort was received from the client for the current
|
||||||
stream. Otherwise false is returned.
|
stream. Otherwise false is returned.
|
||||||
|
|
||||||
@ -24779,7 +24779,7 @@ fs.id : integer
|
|||||||
multiplexer's responsibility to return the appropriate information. For
|
multiplexer's responsibility to return the appropriate information. For
|
||||||
instance, on a raw TCP, 0 is always returned because there is no stream.
|
instance, on a raw TCP, 0 is always returned because there is no stream.
|
||||||
|
|
||||||
fs.rst_code: integer
|
fs.rst_code : integer
|
||||||
Returns the reset code received from the client for the current stream. The
|
Returns the reset code received from the client for the current stream. The
|
||||||
code of the H2 RST_STREAM frame or the QUIC STOP_SENDING frame received from
|
code of the H2 RST_STREAM frame or the QUIC STOP_SENDING frame received from
|
||||||
the client is returned. The sample fetch fails if no abort was received or
|
the client is returned. The sample fetch fails if no abort was received or
|
||||||
|
Loading…
Reference in New Issue
Block a user