good morning!!!!

Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/nhooyr/websocket. Pull mirroring updated .
  1. Aug 21, 2024
  2. Aug 09, 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.
      Unverified
      e4c3b0f8
  8. Sep 24, 2020
  9. May 18, 2020
  10. May 10, 2020
  11. Apr 15, 2020
  12. Apr 14, 2020
  13. Feb 27, 2020
  14. Feb 26, 2020
  15. Feb 16, 2020
  16. Feb 09, 2020
  17. Dec 31, 2019
  18. Nov 29, 2019
Loading