From 946e6f41af1492df2d8d55ed594474eeac07dc7e Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 24 Feb 2012 00:05:45 +0900 Subject: [PATCH] Updated doc --- lib/includes/spdylay/spdylay.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/includes/spdylay/spdylay.h b/lib/includes/spdylay/spdylay.h index 3f8c4099..19a25a18 100644 --- a/lib/includes/spdylay/spdylay.h +++ b/lib/includes/spdylay/spdylay.h @@ -518,6 +518,8 @@ int spdylay_submit_response(spdylay_session *session, * SPDYLAY_FLAG_FIN * SPDYLAY_FLAG_UNIDIRECTIONAL * + * If |flags| includes SPDYLAY_FLAG_FIN, this frame has FIN flag set. + * * The |assoc_stream_id| is used for server-push. If |session| is * initialized for client use, |assoc_stream_id| is ignored. The |pri| * is the priority of this frame and it must be between 0 and 3,