Commit f2224039 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Update doc

parent b1ae1c30
...@@ -1641,7 +1641,8 @@ int nghttp2_submit_rst_stream(nghttp2_session *session, int32_t stream_id, ...@@ -1641,7 +1641,8 @@ int nghttp2_submit_rst_stream(nghttp2_session *session, int32_t stream_id,
* negative error codes: * negative error codes:
* *
* :enum:`NGHTTP2_ERR_INVALID_ARGUMENT` * :enum:`NGHTTP2_ERR_INVALID_ARGUMENT`
* The |iv| contains duplicate settings ID or invalid value. * The |iv| contains invalid value (e.g., attempting to re-enable
* flow control).
* :enum:`NGHTTP2_ERR_NOMEM` * :enum:`NGHTTP2_ERR_NOMEM`
* Out of memory. * Out of memory.
*/ */
......
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