good morning!!!!

Skip to content
Snippets Groups Projects
  1. Oct 13, 2023
  2. Oct 10, 2023
  3. Feb 25, 2023
  4. 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.
      7fd61364
  5. Sep 22, 2020
  6. Feb 16, 2020
  7. Feb 13, 2020
  8. Feb 09, 2020
  9. Nov 29, 2019
  10. Sep 22, 2019
  11. Sep 21, 2019
  12. Sep 04, 2019
  13. Aug 29, 2019
  14. Aug 28, 2019
  15. Jun 04, 2019
  16. Apr 19, 2019
  17. Apr 12, 2019
Loading