Commit 30b38551 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttp2_session_mem_send tiny doc fix

Patch from Dave Beckett
parent 4ced1c16
...@@ -1497,7 +1497,7 @@ int nghttp2_session_send(nghttp2_session *session); ...@@ -1497,7 +1497,7 @@ int nghttp2_session_send(nghttp2_session *session);
* *
* Returns the serialized data to send. * Returns the serialized data to send.
* *
* This function behaves like `nghttp2_session_mem_send()` except that * This function behaves like `nghttp2_session_send()` except that
* it does not use :member:`nghttp2_session_callbacks.send_callback` * it does not use :member:`nghttp2_session_callbacks.send_callback`
* to transmit data. Instead, it assigns the pointer to the serialized * to transmit data. Instead, it assigns the pointer to the serialized
* data to the |*data_ptr| and returns its length. The other callbacks * data to the |*data_ptr| and returns its length. The other callbacks
......
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