Re: [PATCH v3 0/2] block/curl: Improve HTTP header parsing

2020-02-25 Thread Max Reitz
On 24.02.20 11:13, David Edmondson wrote: > An HTTP object store of my acquaintance returns "accept-ranges: bytes" > (all lower case) as a header, causing the QEMU curl backend to refuse > to talk to it. RFC 7230 says that HTTP headers are case insensitive, > so update the curl backend accordingly.

[PATCH v3 0/2] block/curl: Improve HTTP header parsing

2020-02-24 Thread David Edmondson
An HTTP object store of my acquaintance returns "accept-ranges: bytes" (all lower case) as a header, causing the QEMU curl backend to refuse to talk to it. RFC 7230 says that HTTP headers are case insensitive, so update the curl backend accordingly. At the same time, allow for arbitrary white spac