Joachim Bauch 018944708b Removed unnecessary call to "http.Error". %!s(int64=11) %!d(string=hai) anos
..
README.md 273ecadfca Initial commit %!s(int64=12) %!d(string=hai) anos
fuzzingclient.json 273ecadfca Initial commit %!s(int64=12) %!d(string=hai) anos
server.go 018944708b Removed unnecessary call to "http.Error". %!s(int64=11) %!d(string=hai) anos

README.md

Test

Clients and servers for the Autobahn WebSockets Test Suite.

To test different code paths in the package, the test server echoes messages two ways:

  • Read the entire message using io.ReadAll and write the message in one chunk.
  • Copy the message in parts using io.Copy

To test the server, run it

go run server.go

and start the client test driver

wstest -m fuzzingclient -s fuzzingclient.json

When the client completes, it writes a report to reports/servers/index.html.