summaryrefslogtreecommitdiff
path: root/docs/examples/http2-upload.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-05-28 16:04:00 +0200
committerDaniel Stenberg <daniel@haxx.se>2015-05-28 16:04:00 +0200
commitd1b1d782f5430d9cddd0aa8e34ad8994de53b362 (patch)
tree6255278778ce26e1de30a2c483cbe2e250432fda /docs/examples/http2-upload.c
parente57f08863abdf8f4d8fd08e4f75fe4703b4166bc (diff)
downloadgnurl-d1b1d782f5430d9cddd0aa8e34ad8994de53b362.tar.gz
gnurl-d1b1d782f5430d9cddd0aa8e34ad8994de53b362.tar.bz2
gnurl-d1b1d782f5430d9cddd0aa8e34ad8994de53b362.zip
http2 examples: clean up some comments
Diffstat (limited to 'docs/examples/http2-upload.c')
-rw-r--r--docs/examples/http2-upload.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/examples/http2-upload.c b/docs/examples/http2-upload.c
index 17197073e..6b91333fb 100644
--- a/docs/examples/http2-upload.c
+++ b/docs/examples/http2-upload.c
@@ -258,8 +258,6 @@ int main(int argc, char **argv)
curl_multi_add_handle(multi_handle, easy[i]);
}
- /* For now (at least) we use bit 1 in the pipelining option to switch on
- HTTP/2 multiplexing */
curl_multi_setopt(multi_handle, CURLMOPT_PIPELINING, CURLPIPE_MULTIPLEX);
/* We do HTTP/2 so let's stick to one connection per host */