]> git.ipfire.org Git - thirdparty/curl.git/commit
HTTP2: Add a space character after the status code
authorMichael Kaufmann <mail@michael-kaufmann.ch>
Wed, 6 Apr 2016 12:08:15 +0000 (14:08 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 6 Apr 2016 12:35:08 +0000 (14:35 +0200)
commit3a8e38de2e56dea3ee3ce9ccb48ac9c4cf2dd5ee
tree13eb71bf33598c6eef81973453a8d54cfcfea517
parenta24f71aac4a3e94dac37208959cf2208c3d8f724
HTTP2: Add a space character after the status code

The space character after the status code is mandatory, even if the
reason phrase is empty (see RFC 7230 section 3.1.2)

Closes #755
lib/http2.c