• Home
Name Date Size #Lines LOC

..--

README.mdD04-Jul-2025221 105

doc.goD04-Jul-2025675 211

frame.goD04-Jul-2025749 269

frameheader.goD04-Jul-20253.3 KiB135101

go.modD04-Jul-202557 42

goaway.goD04-Jul-20252.1 KiB8759

http1frame.goD04-Jul-20251.5 KiB6438

http2interop.goD04-Jul-20258.7 KiB421340

http2interop_test.goD04-Jul-20254.7 KiB198159

ping.goD04-Jul-20251.8 KiB8052

s6.5.goD04-Jul-20252.9 KiB10566

s6.5_test.goD04-Jul-20251 KiB4123

settings.goD04-Jul-20253.2 KiB12795

testsuite.goD04-Jul-20251.9 KiB7145

unknownframe.goD04-Jul-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