Update man pages

This commit is contained in:
Tatsuhiro Tsujikawa
2015-05-07 20:55:10 +09:00
parent fc17c0a618
commit eec65826cf
8 changed files with 142 additions and 11 deletions

View File

@@ -619,6 +619,21 @@ HTTP
used several times to specify multiple header fields.
Example: :option:`--add-response-header`\="foo: bar"
.. option:: --header-field-buffer=<SIZE>
Set maximum buffer size for incoming HTTP header field
list. This is the sum of header name and value in
bytes.
Default: ``64K``
.. option:: --max-header-fields=<N>
Set maximum number of incoming HTTP header fields, which
appear in one request or response header field list.
Default: ``100``
Debug
~~~~~