Commit 3c1728a8 authored by Federico G. Schwindt's avatar Federico G. Schwindt Committed by Dridi Boukelmoune

Spelling

parent 3cbba137
......@@ -36,42 +36,42 @@
Count of failures to accept TCP connection.
This counter is the sum of the sess_fail_* counters, which
give more detailled information.
give more detailed information.
.. varnish_vsc:: sess_fail_econnaborted
:oneliner: Session accept failures: connection aborted
Detailled reason for sess_fail: Connection aborted by the
Detailed reason for sess_fail: Connection aborted by the
client, usually harmless.
.. varnish_vsc:: sess_fail_eintr
:oneliner: Session accept failures: interrupted system call
Detailled reason for sess_fail: The accept() call was
Detailed reason for sess_fail: The accept() call was
interrupted, usually harmless
.. varnish_vsc:: sess_fail_emfile
:oneliner: Session accept failures: too many open files
Detailled reason for sess_fail: No file descriptor was
Detailed reason for sess_fail: No file descriptor was
available. Consider raising RLIMIT_NOFILE (see ulimit -n).
.. varnish_vsc:: sess_fail_ebadf
:oneliner: Session accept failures: bad file descriptor
Detailled reason for sess_fail: The listen socket file
Detailed reason for sess_fail: The listen socket file
descriptor was invalid. Should never happen.
.. varnish_vsc:: sess_fail_enomem
:oneliner: Session accept failures: not enough memory
Detailled reason for sess_fail: Most likely insufficient
Detailed reason for sess_fail: Most likely insufficient
socket buffer memory. Should never happen
.. varnish_vsc:: sess_fail_other
:oneliner: Session accept failures: other
Detailled reason for sess_fail: neither of the above, see
Detailed reason for sess_fail: neither of the above, see
Debug log (varnishlog -g raw -I Debug:^Accept).
.. varnish_vsc:: client_req_400
......@@ -374,7 +374,7 @@
.. varnish_vsc:: s_synth
:oneliner: Total synthethic responses made
:oneliner: Total synthetic responses made
.. varnish_vsc:: s_req_hdrbytes
......
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