]> granicus.if.org Git - curl/commit
http2-tests: test1700 is the first real HTTP/2 test
authorDaniel Stenberg <daniel@haxx.se>
Fri, 3 Jun 2016 21:36:10 +0000 (23:36 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 6 Jun 2016 21:51:49 +0000 (23:51 +0200)
commitbf05606ef1f7a982c821396c3ef9fddeb4a1b011
treeeb5233fa49fe486ad759d8ce2b0467705ae27afc
parentc53d8a0b41a661251fc08ef696040a77842e2049
http2-tests: test1700 is the first real HTTP/2 test

It requires that 'nghttpx' is in the PATH, and it will run the tests
using nghttpx as a front-end proxy in front of the standard HTTP/1 test
server. This uses HTTP/2 over plain TCP.

If you like me have nghttpx installed in a custom path, you can run test 1700
like this:

$ PATH=$PATH:$HOME/build-nghttp2/bin/ ./runtests.pl 1700
tests/data/Makefile.inc
tests/data/test1700 [new file with mode: 0644]
tests/http2-server.pl [new file with mode: 0755]
tests/runtests.pl
tests/serverhelp.pm