| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2023-10-18 | 1.8 kB | |
| Release v1.5.1 source code.tar.gz | 2023-10-18 | 61.4 kB | |
| Release v1.5.1 source code.zip | 2023-10-18 | 93.0 kB | |
| Totals: 3 Items | 156.2 kB | 0 | |
What's Changed
- Add check for Sec-WebSocket-Key header by @hirasawayuki in https://github.com/gorilla/websocket/pull/752
- Changed the method name UnderlyingConn to NetConn by @JWSong in https://github.com/gorilla/websocket/pull/773
- remove all versions < 1.16 and add 1.18 by @ChannyClaus in https://github.com/gorilla/websocket/pull/793
- Check for and report bad protocol in TLSClientConfig.NextProtos by @ChannyClaus in https://github.com/gorilla/websocket/pull/788
- check err before GotConn for trace by @junnplus in https://github.com/gorilla/websocket/pull/798
- Update README.md by @coreydaley in https://github.com/gorilla/websocket/pull/839
- Correct way to save memory using write buffer pool and freeing net.http default buffers by @FMLS in https://github.com/gorilla/websocket/pull/761
- Update go version & add verification/testing tools by @coreydaley in https://github.com/gorilla/websocket/pull/840
- update golang.org/x/net by @coreydaley in https://github.com/gorilla/websocket/pull/856
- update GitHub workflows by @coreydaley in https://github.com/gorilla/websocket/pull/857
New Contributors
- @hirasawayuki made their first contribution in https://github.com/gorilla/websocket/pull/752
- @JWSong made their first contribution in https://github.com/gorilla/websocket/pull/773
- @ChannyClaus made their first contribution in https://github.com/gorilla/websocket/pull/793
- @junnplus made their first contribution in https://github.com/gorilla/websocket/pull/798
- @coreydaley made their first contribution in https://github.com/gorilla/websocket/pull/839
- @FMLS made their first contribution in https://github.com/gorilla/websocket/pull/761
Full Changelog: https://github.com/gorilla/websocket/compare/v1.5.0...v1.5.1