JuliaWeb / WebSockets.jl

A WebSockets library for Julia
MIT License
158 stars 57 forks source link

Cleanup prior to tag #184

Closed hustf closed 1 year ago

hustf commented 1 year ago

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.

hustf commented 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.