This commit is contained in:
Tatsuhiro Tsujikawa 2016-02-25 00:32:17 +09:00
parent 827abb57e9
commit ebfae904ab
1 changed files with 1 additions and 1 deletions

View File

@ -1744,7 +1744,7 @@ typedef int (*nghttp2_on_extension_chunk_recv_callback)(
* created object as a result of unpacking in |*payload|, and returns * created object as a result of unpacking in |*payload|, and returns
* 0. The pointer stored in |*payload| is opaque to the library, and * 0. The pointer stored in |*payload| is opaque to the library, and
* the library does not own its pointer. |*payload| is initialized as * the library does not own its pointer. |*payload| is initialized as
* `NULL`. The |*payload| is available as ``frame->ext.payload`` in * ``NULL``. The |*payload| is available as ``frame->ext.payload`` in
* :type:`nghttp2_on_frame_recv_callback`. Therefore if application * :type:`nghttp2_on_frame_recv_callback`. Therefore if application
* can free that memory inside :type:`nghttp2_on_frame_recv_callback` * can free that memory inside :type:`nghttp2_on_frame_recv_callback`
* callback. Of course, application has a liberty not ot use * callback. Of course, application has a liberty not ot use