Update doc
This commit is contained in:
parent
b1ae1c30d8
commit
f222403970
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue