Skip to content

Improve HTTP/1.x header compatibility

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jan 19:17
· 105 commits to master since this release
8890faf

Fixed

  • Headers for HTTP/1.x are now always sent with a single trailing space after the colon (:). While not strictly necessary according to RFC 7230, it was uncommon formatting and poorly-written servers can choke on parsing such headers. (#286, #287)