mirror of
https://github.com/moparisthebest/spdylay
synced 2024-11-12 04:25:09 -05:00
Updated doc
This commit is contained in:
parent
2c5c60b752
commit
580a2b1b1e
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user