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-02-08 22:34:48 +09:00
parent 2c5c60b752
commit 580a2b1b1e

View File

@ -298,7 +298,8 @@ typedef void (*spdylay_before_ctrl_send_callback)
/* /*
* Callback function invoked when stream |stream_id| is closed. The * 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) typedef void (*spdylay_on_stream_close_callback)
(spdylay_session *session, int32_t stream_id, spdylay_status_code status_code, (spdylay_session *session, int32_t stream_id, spdylay_status_code status_code,