Update doc

This commit is contained in:
Tatsuhiro Tsujikawa 2015-02-12 23:54:38 +09:00
parent 6f4f252907
commit a473641e3f
1 changed files with 3 additions and 0 deletions

View File

@ -3037,6 +3037,9 @@ int nghttp2_submit_settings(nghttp2_session *session, uint8_t flags,
*
* The client side is not allowed to use this function.
*
* To submit response headers and data, use
* `nghttp2_submit_response()`.
*
* This function returns assigned promised stream ID if it succeeds,
* or one of the following negative error codes:
*