diff --git a/apiref.html b/apiref.html index 71ca84ad..1b8902f2 100644 --- a/apiref.html +++ b/apiref.html @@ -7,7 +7,7 @@ - API Reference — nghttp2 0.5.0-DEV documentation + API Reference — nghttp2 0.4.1 documentation @@ -28,7 +28,7 @@ - + @@ -2541,11 +2541,6 @@ HEADERS have END_STREAM set. The stream_user_data is data associated to the stream opened by this request and can be an arbitrary pointer, which can be retrieved later by nghttp2_session_get_stream_user_data().

-

This function returns assigned stream ID if it succeeds. But that -stream is not opened yet. The application must not submit frame to -that stream ID before -nghttp2_session_callbacks.before_frame_send_callback is -called for this frame.

This function returns assigned stream ID if it succeeds, or one of the following negative error codes:

@@ -2555,6 +2550,14 @@ the following negative error codes:

No stream ID is available because maximum stream ID was reached.
+
+

Warning

+

This function returns assigned stream ID if it succeeds. But +that stream is not opened yet. The application must not submit +frame to that stream ID before +nghttp2_session_callbacks.before_frame_send_callback is +called for this frame.

+
@@ -2632,11 +2635,6 @@ stream state from idle or reserved to open.

This function is low-level in a sense that the application code can specify flags directly. For usual HTTP request, nghttp2_submit_request() is useful.

-

This function returns assigned stream ID if it succeeds and -stream_id is -1. But that stream is not opened yet. The -application must not submit frame to that stream ID before -nghttp2_session_callbacks.before_frame_send_callback is -called for this frame.

This function returns newly assigned stream ID if it succeeds and stream_id is -1. Otherwise, this function returns 0 if it succeeds, or one of the following negative error codes:

@@ -2647,6 +2645,14 @@ succeeds, or one of the following negative error codes:

No stream ID is available because maximum stream ID was reached.
+
+

Warning

+

This function returns assigned stream ID if it succeeds and +stream_id is -1. But that stream is not opened yet. The +application must not submit frame to that stream ID before +nghttp2_session_callbacks.before_frame_send_callback is +called for this frame.

+
@@ -2762,11 +2768,6 @@ make it in reserved state. It is available using nghttp2_session_get_stream_user_data(). The application can access it in nghttp2_before_frame_send_callback and nghttp2_on_frame_send_callback of this frame.

-

This function returns assigned promised stream ID if it succeeds. -But that stream is not opened yet. The application must not submit -frame to that stream ID before -nghttp2_session_callbacks.before_frame_send_callback is -called for this frame.

The client side is not allowed to use this function.

This function returns assigned promised stream ID if it succeeds, or one of the following negative error codes:

@@ -2780,6 +2781,14 @@ client.
No stream ID is available because maximum stream ID was reached.
+
+

Warning

+

This function returns assigned promised stream ID if it succeeds. +But that stream is not opened yet. The application must not +submit frame to that stream ID before +nghttp2_session_callbacks.before_frame_send_callback is +called for this frame.

+
@@ -3220,7 +3229,7 @@ always succeeds.

@@ -1561,7 +1561,7 @@ @@ -179,7 +179,7 @@