good morning!!!!

Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/nhooyr/websocket. Pull mirroring updated .
  1. 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
  2. Oct 10, 2023
  3. Feb 25, 2023
  4. Dec 13, 2022
  5. Apr 10, 2021
  6. Apr 07, 2021
  7. Jan 09, 2021
Loading