Commit 946e6f41 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Updated doc

parent 9dbec4f2
...@@ -518,6 +518,8 @@ int spdylay_submit_response(spdylay_session *session, ...@@ -518,6 +518,8 @@ int spdylay_submit_response(spdylay_session *session,
* SPDYLAY_FLAG_FIN * SPDYLAY_FLAG_FIN
* SPDYLAY_FLAG_UNIDIRECTIONAL * 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 * The |assoc_stream_id| is used for server-push. If |session| is
* initialized for client use, |assoc_stream_id| is ignored. The |pri| * 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, * is the priority of this frame and it must be between 0 and 3,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment