diff --git a/apiref.html b/apiref.html index b01333a9..88036fe8 100644 --- a/apiref.html +++ b/apiref.html @@ -1879,7 +1879,7 @@ negative error codes:
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 nghttp2_session_callbacks.send_callback to transmit data. Instead, it assigns the pointer to the serialized data to the *data_ptr and returns its length. The other callbacks diff --git a/nghttp2.h.html b/nghttp2.h.html index 30d35547..09c48391 100644 --- a/nghttp2.h.html +++ b/nghttp2.h.html @@ -1647,7 +1647,7 @@ * * 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` * to transmit data. Instead, it assigns the pointer to the serialized * data to the |*data_ptr| and returns its length. The other callbacks