• Home
Name Date Size #Lines LOC

..--

README.mdD03-May-2024221 105

doc.goD03-May-202481 71

frame.goD03-May-2024155 129

frameheader.goD03-May-20242.7 KiB121101

goaway.goD03-May-20241.5 KiB7359

http1frame.goD03-May-2024931 5038

http2interop.goD03-May-20248.1 KiB407340

http2interop_test.goD03-May-20244.1 KiB184159

ping.goD03-May-20241.2 KiB6652

s6.5.goD03-May-20242.3 KiB9166

s6.5_test.goD03-May-2024469 2723

settings.goD03-May-20242.6 KiB11395

testsuite.goD03-May-20241.3 KiB5745

unknownframe.goD03-May-2024991 5542

README.md

1HTTP/2 Interop Tests
2====
3
4This is a suite of tests that check a server to see if it plays nicely with other HTTP/2 clients.  To run, just type:
5
6`go test -spec :1234`
7
8Where ":1234" is the ip:port of a running server.
9
10