Name Date Size #Lines LOC

..--

README.mdH A D25-Apr-2025221 105

doc.goH A D25-Apr-2025675 211

frame.goH A D25-Apr-2025749 269

frameheader.goH A D25-Apr-20253.3 KiB135101

go.modH A D25-Apr-202557 42

goaway.goH A D25-Apr-20252.1 KiB8759

http1frame.goH A D25-Apr-20251.5 KiB6438

http2interop.goH A D25-Apr-20258.7 KiB421340

http2interop_test.goH A D25-Apr-20254.7 KiB198159

ping.goH A D25-Apr-20251.8 KiB8052

s6.5.goH A D25-Apr-20252.9 KiB10566

s6.5_test.goH A D25-Apr-20251 KiB4123

settings.goH A D25-Apr-20253.2 KiB12795

testsuite.goH A D25-Apr-20251.9 KiB7145

unknownframe.goH A D25-Apr-20251.5 KiB6942

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