[erlang-questions] gen_tcp and large HTTP headers

Max Lapshin max.lapshin@REDACTED
Fri Jun 24 22:44:49 CEST 2011


On Sat, Jun 25, 2011 at 12:35 AM, Steve Vinoski <vinoski@REDACTED> wrote:
>
> The client is broken in that case, since what you're describing is
> HTTP pipelining and POST cannot be pipelined (nor can other
> non-idempotent HTTP methods). The client has to wait for the POST
> reply before sending the next request.
>

So, I'm just frightened of a buggy behaviour, that shouldn't be
handled and there is no problem.



More information about the erlang-questions mailing list