[erlang-questions] Re: confusing returns from httpc:request/4

JD Bothma jbothma@REDACTED
Tue Dec 4 19:09:08 CET 2012


I'm experiencing the same thing, fixed by the same workaround:

httpc:set_options([{max_keep_alive_length, 0},{max_pipeline_length,
0}, {max_sessions, 0} ]),


I'm on R15B02, testing against Cowboy 0.6.1

Has your fix gone in yet or has it perhaps regressed?


Regards,

JD

>* On Oct 21, 8:54 pm, Ingela Andin <> wrote:*>>* Hi!*>>**>>* Yes thank you for the information. I think I have located the bug. It seems*>>* that to avoid crash reports the return value when receiving a tcp_closed*>>* was changed and this altered the terminate clause that is run,  alas breaking*>>* the automatic retries that should be done if the server terminates a connection*>>* before serving all pipelined requests. This will be fixed in an*>>* upcoming release.*>>**>>* Regards Ingela Erlang/OTP-team,  Ericsson AB*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20121204/66b09a80/attachment.htm>


More information about the erlang-questions mailing list