Commit 2bf08650 authored by Daniel Stenberg's avatar Daniel Stenberg Committed by Tatsuhiro Tsujikawa

nghttp2.h: clarify nghttp2_pack_settings_payload docs

parent c751a6e9
......@@ -1478,7 +1478,7 @@ int nghttp2_session_upgrade(nghttp2_session *session,
* to hold serialized data. The required space for the |niv| entries
* are ``8*niv`` bytes. This function is used mainly for creating
* SETTINGS payload to be sent with ``HTTP2-Settings`` header field in
* HTTP Upgrade request. The data written in |buf| is not still
* HTTP Upgrade request. The data written in |buf| is NOT
* base64url encoded and the application is responsible for encoding.
*
* This function returns the number of bytes written in |buf|, or one
......
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