curl-users
curl and nghttp2
Date: Sat, 4 Oct 2014 00:39:39 +0200
Hi,
I am trying to compare the page load times for HTTP and HTTP/2 over plain
TCP and over TLS. I have managed to establish an HTTP/2 over TLS connection
to a nghttpd server, but I do not manage to establish the other types of
connections. I get a result only with the following command:
$ curl --http2 -k 'https://10.0.0.110:8080/index.html' -s -D - -o /dev/null
HTTP/2.0 200
server:nghttpd nghttp2/0.6.3-DEV
content-length:29287
cache-control:max-age=3600
date:Fri, 03 Oct 2014 21:45:40 GMT
last-modified:Fri, 03 Oct 2014 16:24:11 GMT
Does anyone have any smart ideas on how to do this? Thanks in advance.
Regards,
Bisera
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2014-10-04