good morning!!!!

Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/nhooyr/websocket. Pull mirroring updated .
  1. Aug 09, 2024
  2. Oct 19, 2023
  3. Oct 15, 2023
  4. Oct 13, 2023
  5. Oct 10, 2023
  6. Feb 25, 2023
  7. Jan 30, 2023
    • Gus Eggert's avatar
      Fix dial panic when ctx is nil · 7fd61364
      Gus Eggert authored
      When the ctx is nil, http.NewRequestWithContext returns a "net/http:
      nil Context" error and a nil request. In this case, the dial function
      panics because it assumes the req is never nil. This checks the
      returning error and returns it, so that callers get an error instead
      of a panic in that scenario.
      Unverified
      7fd61364
  8. Sep 22, 2020
  9. Feb 16, 2020
  10. Feb 13, 2020
  11. Feb 09, 2020
  12. Nov 29, 2019
  13. Sep 22, 2019
  14. Sep 21, 2019
  15. Sep 04, 2019
  16. Aug 29, 2019
  17. Aug 28, 2019
  18. Jun 04, 2019
  19. Apr 19, 2019
  20. Apr 12, 2019
Loading