This patch has a bug minor (single character) bug. HTTP headers are case-insensitive (per RFC 2616).
I ran into this w/ accepting gzip-encoded RSS files from libsyn.com. Their servers, sometime last year, started returning the header "content-encoding:" instead of "Content-Encoding:"
patch file
Logged In: YES
user_id=22657
So now that development is open again, what are the chances
of getting patches accepted?
This patch has a bug minor (single character) bug. HTTP headers are case-insensitive (per RFC 2616).
I ran into this w/ accepting gzip-encoded RSS files from libsyn.com. Their servers, sometime last year, started returning the header "content-encoding:" instead of "Content-Encoding:"
Patch attached.