1
0
mirror of https://github.com/moparisthebest/spdylay synced 2024-08-13 17:03:54 -04:00

Updated doc

This commit is contained in:
Tatsuhiro Tsujikawa 2012-05-08 23:00:32 +09:00
parent 13ea7c60ba
commit d6a03f74b7

View File

@ -1251,9 +1251,9 @@ int spdylay_session_set_option(spdylay_session *session,
* This function returns 0 if it succeeds, or one of the following
* negative error codes:
*
* SPDYLAY_ERR_NOMEM
* :enum:`SPDYLAY_ERR_NOMEM`
* Out of memory
* SPDYLAY_ERR_INVALID_STATE
* :enum:`SPDYLAY_ERR_INVALID_STATE`
* The |session| is initialized for server use; or the client
* certificate vector size is 0.
*/