From 17577f65814ee60cdc56822ecce2ce7576fdca3d Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 19 Feb 2014 21:20:03 +0900 Subject: [PATCH] Update doc --- apiref.html | 2 +- nghttp2.h.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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:

ssize_t nghttp2_session_mem_send(nghttp2_session *session, const uint8_t **data_ptr)ΒΆ

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