1. 12 Sep, 2021 5 commits
  2. 11 Sep, 2021 3 commits
  3. 10 Sep, 2021 2 commits
  4. 09 Sep, 2021 2 commits
  5. 07 Sep, 2021 3 commits
  6. 06 Sep, 2021 4 commits
  7. 05 Sep, 2021 9 commits
  8. 04 Sep, 2021 11 commits
  9. 31 Aug, 2021 1 commit
    • Michael Kaufmann's avatar
      Stricter checks for pseudo-headers :method and :path · 83c06334
      Michael Kaufmann authored
      Check the allowed characters for ":method" (see RFC 7230, section 3.2.6) and
      ":path". For ":path", the space and tab characters are now forbidden, but
      other special characters are still allowed for compatibility reasons.
      
      Update genvchartbl.py so that it generates the same table as in the code.
      
      Fixes #1611
      83c06334