Updated doc

This commit is contained in:
Tatsuhiro Tsujikawa 2012-02-08 22:34:48 +09:00
parent 2c5c60b752
commit 580a2b1b1e
1 changed files with 2 additions and 1 deletions

View File

@ -298,7 +298,8 @@ typedef void (*spdylay_before_ctrl_send_callback)
/*
* Callback function invoked when stream |stream_id| is closed. The
* reason of closure is indicated by |status_code|.
* reason of closure is indicated by |status_code|. stream_user_data
* is still available in this function.
*/
typedef void (*spdylay_on_stream_close_callback)
(spdylay_session *session, int32_t stream_id, spdylay_status_code status_code,