Commit 42a10e90 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune Committed by Simon Stridsberg

vsc: New MAIN.sc_bankrupt counter

parent 727a5f80
......@@ -51,6 +51,7 @@ SESS_CLOSE(RANGE_SHORT, range_short, 1, "Insufficient data for range")
SESS_CLOSE(REQ_HTTP20, req_http20, 1, "HTTP2 not accepted")
SESS_CLOSE(VCL_FAILURE, vcl_failure, 1, "VCL failure")
SESS_CLOSE(RAPID_RESET, rapid_reset, 1, "HTTP2 rapid reset")
SESS_CLOSE(BANKRUPT, bankrupt, 1, "HTTP2 credit bankruptcy")
#undef SESS_CLOSE
/*lint -restore */
......@@ -657,6 +657,14 @@
configured limits for the number of permitted rapid stream
resets.
.. varnish_vsc:: sc_bankrupt
:level: diag
:oneliner: Session Err BANKRUPT
Number of times we failed an http/2 session because all the streams
were waiting for their windows to be credited when h2_window_timeout
triggered.
.. varnish_vsc:: client_resp_500
:level: diag
:group: wrk
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment