[erlang-questions] http-client and Transfer-Encoding: Chunked header
Per Melin
list.nabble@REDACTED
Tue Jul 17 23:50:20 CEST 2007
Igor Goryachev-2 wrote:
>
> Is there a bug in http-client (which handles only "chunked") or in a
> server which responses with a wierd header value?
>From peeking at the http module quickly it looks like it requires "chunked"
to be all lower case, though RFC2616 (which is referenced in the comments of
http_chunk.erl) states that "All transfer-coding values are
case-insensitive."
I'd say that makes it a bug in the http client.
--
View this message in context: http://www.nabble.com/http-client-and-Transfer-Encoding%3A-Chunked-header-tf4098968.html#a11658497
Sent from the Erlang Questions mailing list archive at Nabble.com.
More information about the erlang-questions
mailing list