Update doc

This commit is contained in:
Tatsuhiro Tsujikawa 2013-10-27 21:27:48 +09:00
parent 67ce60544e
commit 34b3833c71
1 changed files with 3 additions and 0 deletions

View File

@ -1915,6 +1915,9 @@ int nghttp2_submit_rst_stream(nghttp2_session *session, uint8_t flags,
* size becomes strictly larger than NGHTTP2_MAX_WINDOW_SIZE,
* RST_STREAM is issued against such a stream.
*
* SETTINGS with :enum:`NGHTTP2_FLAG_ACK` is automatically submitted
* by the library and application could not send it at its will.
*
* This function returns 0 if it succeeds, or one of the following
* negative error codes:
*