1. 04 Mar, 2015 3 commits
  2. 03 Mar, 2015 6 commits
  3. 02 Mar, 2015 1 commit
  4. 01 Mar, 2015 3 commits
  5. 26 Feb, 2015 14 commits
  6. 25 Feb, 2015 2 commits
  7. 24 Feb, 2015 8 commits
  8. 23 Feb, 2015 2 commits
  9. 22 Feb, 2015 1 commit
    • Tatsuhiro Tsujikawa's avatar
      Ignore regular headers if it includes illegal characters. · 814c7e68
      Tatsuhiro Tsujikawa authored
      This commit only affects the library behaviour unless
      nghttp2_option_set_no_http_messaging() is used.
      
      We like strict validation against header field name and value against
      RFC 7230, but we have already so much web sites and libraries in
      public internet which do not obey these rules.  Simply just
      terminating stream because of this may break web sites and it is too
      disruptive.  So we decided that we should be conservative here so
      those header fields containing illegal characters are just ignored.
      But we are conservative only for regular headers.  We are strict for
      pseudo headers since it is new to HTTP/2 and new implementations
      should know the rules better.
      814c7e68