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. Apr 05, 2024
  3. Oct 19, 2023
  4. Oct 13, 2023
  5. Oct 10, 2023
  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. May 18, 2020
  9. Apr 14, 2020
  10. Feb 26, 2020
  11. Feb 16, 2020
  12. Feb 13, 2020
  13. Feb 09, 2020
  14. Dec 19, 2019
  15. Nov 29, 2019
  16. Sep 29, 2019
  17. Sep 22, 2019
  18. Sep 21, 2019
  19. Sep 04, 2019
  20. Aug 29, 2019
  21. Apr 15, 2019
  22. Apr 12, 2019
Loading