From 2bf08650de93c18acc6421b6128ea79cd68b0d25 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 7 Sep 2013 12:45:55 +0200 Subject: [PATCH] nghttp2.h: clarify nghttp2_pack_settings_payload docs --- lib/includes/nghttp2/nghttp2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/includes/nghttp2/nghttp2.h b/lib/includes/nghttp2/nghttp2.h index 65612750..31a73283 100644 --- a/lib/includes/nghttp2/nghttp2.h +++ b/lib/includes/nghttp2/nghttp2.h @@ -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