Commit 48244b9a authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Update man pages

parent eb42fb4f
.\" Man page generated from reStructuredText. .\" Man page generated from reStructuredText.
. .
.TH "H2LOAD" "1" "August 09, 2015" "1.2.0" "nghttp2" .TH "H2LOAD" "1" "August 14, 2015" "1.2.1" "nghttp2"
.SH NAME .SH NAME
h2load \- HTTP/2 benchmarking tool h2load \- HTTP/2 benchmarking tool
. .
...@@ -196,9 +196,9 @@ The number of requests failed, including HTTP level failures ...@@ -196,9 +196,9 @@ The number of requests failed, including HTTP level failures
.TP .TP
.B errored .B errored
The number of requests failed, except for HTTP level failures. The number of requests failed, except for HTTP level failures.
status code. This is the subset of the number reported in This is the subset of the number reported in \fBfailed\fP and most
\fBfailed\fP and most likely the network level failures or stream likely the network level failures or stream was reset by
was reset by RST_STREAM. RST_STREAM.
.UNINDENT .UNINDENT
.TP .TP
.B status codes .B status codes
......
...@@ -154,9 +154,9 @@ requests ...@@ -154,9 +154,9 @@ requests
(non-successful HTTP status code). (non-successful HTTP status code).
errored errored
The number of requests failed, except for HTTP level failures. The number of requests failed, except for HTTP level failures.
status code. This is the subset of the number reported in This is the subset of the number reported in ``failed`` and most
``failed`` and most likely the network level failures or stream likely the network level failures or stream was reset by
was reset by RST_STREAM. RST_STREAM.
status codes status codes
The number of status code h2load received. The number of status code h2load received.
......
.\" Man page generated from reStructuredText. .\" Man page generated from reStructuredText.
. .
.TH "NGHTTP" "1" "August 09, 2015" "1.2.0" "nghttp2" .TH "NGHTTP" "1" "August 14, 2015" "1.2.1" "nghttp2"
.SH NAME .SH NAME
nghttp \- HTTP/2 experimental client nghttp \- HTTP/2 experimental client
. .
......
.\" Man page generated from reStructuredText. .\" Man page generated from reStructuredText.
. .
.TH "NGHTTPD" "1" "August 09, 2015" "1.2.0" "nghttp2" .TH "NGHTTPD" "1" "August 14, 2015" "1.2.1" "nghttp2"
.SH NAME .SH NAME
nghttpd \- HTTP/2 experimental server nghttpd \- HTTP/2 experimental server
. .
......
.\" Man page generated from reStructuredText. .\" Man page generated from reStructuredText.
. .
.TH "NGHTTPX" "1" "August 09, 2015" "1.2.0" "nghttp2" .TH "NGHTTPX" "1" "August 14, 2015" "1.2.1" "nghttp2"
.SH NAME .SH NAME
nghttpx \- HTTP/2 experimental proxy nghttpx \- HTTP/2 experimental proxy
. .
...@@ -1037,6 +1037,9 @@ translated into Python. ...@@ -1037,6 +1037,9 @@ translated into Python.
The script file is usually installed under The script file is usually installed under
\fB$(prefix)/share/nghttp2/\fP directory. The actual path to script can \fB$(prefix)/share/nghttp2/\fP directory. The actual path to script can
be customized using \fI\%\-\-fetch\-ocsp\-response\-file\fP option. be customized using \fI\%\-\-fetch\-ocsp\-response\-file\fP option.
.sp
If OCSP query is failed, previous OCSP response, if any, is continued
to be used.
.SH TLS SESSION RESUMPTION .SH TLS SESSION RESUMPTION
.sp .sp
nghttpx supports TLS session resumption through both session ID and nghttpx supports TLS session resumption through both session ID and
......
...@@ -943,6 +943,9 @@ The script file is usually installed under ...@@ -943,6 +943,9 @@ The script file is usually installed under
``$(prefix)/share/nghttp2/`` directory. The actual path to script can ``$(prefix)/share/nghttp2/`` directory. The actual path to script can
be customized using :option:`--fetch-ocsp-response-file` option. be customized using :option:`--fetch-ocsp-response-file` option.
If OCSP query is failed, previous OCSP response, if any, is continued
to be used.
TLS SESSION RESUMPTION TLS SESSION RESUMPTION
---------------------- ----------------------
......
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