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