good morning!!!!

Skip to content
Snippets Groups Projects
  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. May 18, 2020
  4. Feb 16, 2020
  5. Feb 09, 2020
  6. Dec 31, 2019
  7. Dec 19, 2019
  8. Nov 29, 2019
Loading