Update doc

This commit is contained in:
Tatsuhiro Tsujikawa 2013-08-18 21:29:10 +09:00
parent b1ae1c30d8
commit f222403970
1 changed files with 2 additions and 1 deletions

View File

@ -1641,7 +1641,8 @@ int nghttp2_submit_rst_stream(nghttp2_session *session, int32_t stream_id,
* negative error codes:
*
* :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`
* Out of memory.
*/