Commit 5f31c094 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Mention about nghttp2_data_source_read_length_callback

parent fd475e4b
...@@ -863,6 +863,11 @@ typedef enum { ...@@ -863,6 +863,11 @@ typedef enum {
* the outgoing queue temporarily. To move back deferred DATA frame * the outgoing queue temporarily. To move back deferred DATA frame
* to outgoing queue, call `nghttp2_session_resume_data()`. * to outgoing queue, call `nghttp2_session_resume_data()`.
* *
* By default, |length| is limited to 16KiB at maximum. If peer
* allows larger frames, application can enlarge transmission buffer
* size. See :type:`nghttp2_data_source_read_length_callback` for
* more details.
*
* If the application just wants to return from * If the application just wants to return from
* `nghttp2_session_send()` or `nghttp2_session_mem_send()` without * `nghttp2_session_send()` or `nghttp2_session_mem_send()` without
* sending anything, return :enum:`NGHTTP2_ERR_PAUSE`. * sending anything, return :enum:`NGHTTP2_ERR_PAUSE`.
......
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