Update doc
This commit is contained in:
parent
02566ee383
commit
9b9baa6bd9
|
@ -110,9 +110,9 @@ HTTP Messaging
|
||||||
|
|
||||||
By default, nghttp2 library checks HTTP messaging rules described in
|
By default, nghttp2 library checks HTTP messaging rules described in
|
||||||
`HTTP/2 specification, section 8
|
`HTTP/2 specification, section 8
|
||||||
<https://tools.ietf.org/html/draft-ietf-httpbis-http2-17#section-8>`_.
|
<https://tools.ietf.org/html/rfc7540#section-8>`_. Everything
|
||||||
Everything described in that section is not validated however. We
|
described in that section is not validated however. We briefly
|
||||||
briefly describe what the library does in this area. In the following
|
describe what the library does in this area. In the following
|
||||||
description, without loss of generality we omit CONTINUATION frame
|
description, without loss of generality we omit CONTINUATION frame
|
||||||
since they must follow HEADERS frame and are processed atomically. In
|
since they must follow HEADERS frame and are processed atomically. In
|
||||||
other words, they are just one big HEADERS frame. To disable these
|
other words, they are just one big HEADERS frame. To disable these
|
||||||
|
@ -249,7 +249,7 @@ set to :type:`nghttp2_session_callbacks` using
|
||||||
`nghttp2_session_callbacks_set_pack_extension_callback()`.
|
`nghttp2_session_callbacks_set_pack_extension_callback()`.
|
||||||
|
|
||||||
For example, we will illustrate how to send `ALTSVC
|
For example, we will illustrate how to send `ALTSVC
|
||||||
<https://tools.ietf.org/html/draft-ietf-httpbis-alt-svc-14>`_ frame.
|
<https://tools.ietf.org/html/rfc7838>`_ frame.
|
||||||
|
|
||||||
.. code-block:: c
|
.. code-block:: c
|
||||||
|
|
||||||
|
|
|
@ -483,9 +483,9 @@ not wait for handshake to complete before forwarding request included
|
||||||
in 0-RTT to get full potential of 0-RTT data. In this case, nghttpx
|
in 0-RTT to get full potential of 0-RTT data. In this case, nghttpx
|
||||||
adds ``Early-Data: 1`` header field when forwarding a request to a
|
adds ``Early-Data: 1`` header field when forwarding a request to a
|
||||||
backend server. All backend servers should recognize this header
|
backend server. All backend servers should recognize this header
|
||||||
field and understand that there is a risk for replay attack. See
|
field and understand that there is a risk for replay attack. See `RFC
|
||||||
https://tools.ietf.org/html/draft-ietf-httpbis-replay-04 for
|
8470 <https://tools.ietf.org/html/rfc8470>`_ for ``Early-Data`` header
|
||||||
``Early-Data`` header field.
|
field.
|
||||||
|
|
||||||
nghttpx disables anti replay protection provided by OpenSSL. The anti
|
nghttpx disables anti replay protection provided by OpenSSL. The anti
|
||||||
replay protection of OpenSSL requires that a resumed request must hit
|
replay protection of OpenSSL requires that a resumed request must hit
|
||||||
|
|
Loading…
Reference in New Issue