summaryrefslogtreecommitdiff
path: root/changes-entries/h2_header_strictness.txt
blob: 7cac6147e01ae4a836ce0acd157475b6d112d13c (plain)
1
2
3
4
5
  *) mod_http2: field values (headers and trailers) are stripped of
     leading/trailing whitespace (space +htab) before being processed
     or send in a response. This is compatible behaviour to HTTP/1.1
     parsers that strip incoming headers of such characters.
     [Stefan Eissing]