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. Nov 26, 2020
  5. Oct 02, 2020
  6. Sep 25, 2020
  7. Sep 24, 2020
  8. Sep 22, 2020
  9. Jul 05, 2020
  10. Jul 04, 2020
  11. May 19, 2020
  12. May 18, 2020
  13. May 10, 2020
Loading