Skip to content

Commit 3af2d91

Browse files
committed
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.
1 parent fa43ca2 commit 3af2d91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/configuration.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24686,7 +24686,7 @@ wait_end boolean
2468624686

2468724687
Detailed list:
2468824688

24689-
bs.aborted: boolean
24689+
bs.aborted : boolean
2469024690
Returns true is an abort was received from the server for the current
2469124691
stream. Otherwise false is returned.
2469224692

@@ -24716,7 +24716,7 @@ bs.id : integer
2471624716
Returns the multiplexer's stream ID on the server side. It is the
2471724717
multiplexer's responsibility to return the appropriate information.
2471824718

24719-
bs.rst_code: integer
24719+
bs.rst_code : integer
2472024720
Returns the reset code received from the server for the current stream. The
2472124721
code of the H2 RST_STREAM frame or the QUIC STOP_SENDING frame received from
2472224722
the server is returned. The sample fetch fails if no abort was received or if
@@ -24748,7 +24748,7 @@ distcc_param(<token>[,<occ>]) : integer
2474824748
# send large files to the big farm
2474924749
use_backend big_farm if { distcc_param(DOTI) gt 1000000 }
2475024750

24751-
fs.aborted: boolean
24751+
fs.aborted : boolean
2475224752
Returns true is an abort was received from the client for the current
2475324753
stream. Otherwise false is returned.
2475424754

@@ -24779,7 +24779,7 @@ fs.id : integer
2477924779
multiplexer's responsibility to return the appropriate information. For
2478024780
instance, on a raw TCP, 0 is always returned because there is no stream.
2478124781

24782-
fs.rst_code: integer
24782+
fs.rst_code : integer
2478324783
Returns the reset code received from the client for the current stream. The
2478424784
code of the H2 RST_STREAM frame or the QUIC STOP_SENDING frame received from
2478524785
the client is returned. The sample fetch fails if no abort was received or

0 commit comments

Comments
 (0)