good morning!!!!

Skip to content
Snippets Groups Projects
  1. Oct 13, 2023
  2. Oct 10, 2023
  3. Mar 07, 2023
  4. Feb 25, 2023
  5. 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
  6. Jan 09, 2021
  7. Dec 23, 2020
    • Egor Gorbunov's avatar
      Do not lower header tokens in headerTokens() (#273) · e4c3b0f8
      Egor Gorbunov authored
      HTTP header values, as opposed to header keys,
      are case sensitive, but implementation of headerTokens()
      before this patch would return lowered values always.
      
      This old behavior could lead to chromium (v87) WebSocket
      rejecting connnection because negotiated subprotocol,
      returned in Sec-WebSocket-Protocol header (lowered
      be headerToken() function) would not match one sent
      by client, in case client specified value with capital
      letters.
      e4c3b0f8
  8. Sep 25, 2020
  9. Sep 24, 2020
  10. Sep 22, 2020
  11. May 18, 2020
  12. Apr 14, 2020
  13. Feb 18, 2020
  14. Feb 16, 2020
  15. Feb 09, 2020
  16. Nov 29, 2019
  17. Sep 22, 2019
  18. Sep 21, 2019
  19. Sep 05, 2019
    • Anmol Sethi's avatar
      Simplify docs · 1b874731
      Anmol Sethi authored
      The docs were way too Canadian with all the pleases ^_^
      1b874731
  20. Sep 04, 2019
  21. Aug 29, 2019
  22. Jun 20, 2019
  23. Jun 04, 2019
Loading