From 580a2b1b1e3abad132172a8eb22d7cf1fe393def Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 8 Feb 2012 22:34:48 +0900 Subject: [PATCH] Updated doc --- lib/includes/spdylay/spdylay.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/includes/spdylay/spdylay.h b/lib/includes/spdylay/spdylay.h index 6daa788..47d21e8 100644 --- a/lib/includes/spdylay/spdylay.h +++ b/lib/includes/spdylay/spdylay.h @@ -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,