good morning!!!!

Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/nhooyr/websocket. Pull mirroring updated .
  1. Dec 04, 2024
  2. Aug 09, 2024
  3. Apr 07, 2024
  4. Apr 05, 2024
  5. Mar 05, 2024
  6. Oct 19, 2023
  7. Oct 14, 2023
  8. Oct 13, 2023
    • Simon Ser's avatar
      Use net.ErrClosed · e9d08816
      Simon Ser authored
      Go 1.16 has introduced net.ErrClosed, which should be returned/wrapped when an
      I/O call is performed on a network connection which has already been closed.
      This is useful to avoid cluttering logs with messages like "failed to close
      WebSocket: already wrote close".
      
      Closes: https://github.com/nhooyr/websocket/issues/286
      e9d08816
  9. Oct 10, 2023
  10. May 18, 2020
  11. Feb 16, 2020
  12. Feb 09, 2020
  13. Dec 31, 2019
  14. Dec 19, 2019
  15. Nov 29, 2019
Loading