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.
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)