Closed hustf closed 1 year ago
Response(200) is no longer an acceptable return from a http handler. Rather, Response(200, "OK"), works. In other contexts, Response(101) is acceptable, while Response(101, "message") is not OK. This seems likely to change in future HTTP versions.
Initial commit - timeout tests running OK locally.
modified: benchmark/functions_open_browsers.jl Chrome path, i……s_xxx() syntax modified: test/timeout/limited life websockets.html 9ws, max 256s timeout modified: test/timeout/timeout.jl Fewer websockets, Julia update
TODO: Readme, etc. These changes are not included continuous integration tests.