From d1b1d782f5430d9cddd0aa8e34ad8994de53b362 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 28 May 2015 16:04:00 +0200 Subject: http2 examples: clean up some comments --- docs/examples/http2-upload.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/examples/http2-upload.c') 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 */ -- cgit v1.2.3