<pre style="white-space:pre-wrap;color:rgb(0,0,0)">I'm experiencing the same thing, fixed by the same workaround:</pre><pre><font color="#000000"><span style="white-space:pre-wrap">httpc:set_options([{max_keep_alive_length, 0},{max_pipeline_length, 0}, {max_sessions, 0} ]),</span></font></pre>
<pre><font color="#000000"><span style="white-space:pre-wrap"><br></span></font></pre><pre><font color="#000000"><span style="white-space:pre-wrap">I'm on R15B02, testing against Cowboy 0.6.1</span></font></pre><pre><font color="#000000"><span style="white-space:pre-wrap">Has your fix gone in yet or has it perhaps regressed?</span></font></pre>
<pre><font color="#000000"><span style="white-space:pre-wrap"><br></span></font></pre><pre><font color="#000000"><span style="white-space:pre-wrap">Regards,</span></font></pre><pre><font color="#000000"><span style="white-space:pre-wrap">JD</span></font></pre>
<pre style="white-space:pre-wrap;color:rgb(0,0,0)">><i> On Oct 21, 8:54 pm, Ingela Andin <<img border="0" src="http://erlang.org/pipermail/erlang-questions/emailaddrs/ema-6090.png">> wrote:
</i>>><i> Hi!
</i>>><i>
</i>>><i> Yes thank you for the information. I think I have located the bug. It seems
</i>>><i> that to avoid crash reports the return value when receiving a tcp_closed
</i>>><i> was changed and this altered the terminate clause that is run,  alas breaking
</i>>><i> the automatic retries that should be done if the server terminates a connection
</i>>><i> before serving all pipelined requests. This will be fixed in an
</i>>><i> upcoming release.
</i>>><i>
</i>>><i> Regards Ingela Erlang/OTP-team,  Ericsson AB</i></pre>