good morning!!!!

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