]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: config: fix two typos "RST_STEAM" vs "RST_STREAM"
authorWilly Tarreau <w@1wt.eu>
Mon, 27 May 2024 17:51:19 +0000 (19:51 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 27 May 2024 17:51:19 +0000 (19:51 +0200)
These were added in 3.0-dev11 by commit 068ce2d5d2 ("MINOR: stconn:
Add samples to retrieve about stream aborts"), no backport needed.

doc/configuration.txt

index 6924bf19d88db826d28b9f408cb479767a58a1f3..86c93e62ca0a6b1ce77d6f682a52379efcd9c0cd 100644 (file)
@@ -23794,7 +23794,7 @@ bs.aborted: boolean
 
 bs.rst_code: integer
   Returns the reset code received from the server for the current stream. The
-  code of the H2 RST_STEAM 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 stream is not an H2/QUIC stream.
 
@@ -23835,8 +23835,8 @@ fs.aborted: boolean
 
 fs.rst_code: integer
   Returns the reset code received from the client for the current stream. The
-  code of the H2 RST_STEAM frame or the QUIC STOP_SENDING frame received from the
-  client is returned. The sample fetch fails if no abort was received or
+  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
   if the client stream is not an H2/QUIC stream.
 
 payload(<offset>,<length>) : binary (deprecated)