Commit 73e79130 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Update doc

parent 1a190235
...@@ -2949,13 +2949,13 @@ nghttp2_priority_spec_check_default(const nghttp2_priority_spec *pri_spec); ...@@ -2949,13 +2949,13 @@ nghttp2_priority_spec_check_default(const nghttp2_priority_spec *pri_spec);
* If |data_prd| is not ``NULL``, it provides data which will be sent * If |data_prd| is not ``NULL``, it provides data which will be sent
* in subsequent DATA frames. In this case, a method that allows * in subsequent DATA frames. In this case, a method that allows
* request message bodies * request message bodies
* (http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9) must * (https://tools.ietf.org/html/rfc7231#section-4) must be specified
* be specified with ``:method`` key in |nva| (e.g. ``POST``). This * with ``:method`` key in |nva| (e.g. ``POST``). This function does
* function does not take ownership of the |data_prd|. The function * not take ownership of the |data_prd|. The function copies the
* copies the members of the |data_prd|. If |data_prd| is ``NULL``, * members of the |data_prd|. If |data_prd| is ``NULL``, HEADERS have
* HEADERS have END_STREAM set. The |stream_user_data| is data * END_STREAM set. The |stream_user_data| is data associated to the
* associated to the stream opened by this request and can be an * stream opened by this request and can be an arbitrary pointer,
* arbitrary pointer, which can be retrieved later by * which can be retrieved later by
* `nghttp2_session_get_stream_user_data()`. * `nghttp2_session_get_stream_user_data()`.
* *
* This function returns assigned stream ID if it succeeds, or one of * This function returns assigned stream ID if it succeeds, or one of
......
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