AnyEvent::HTTP handling invalid chunked response

Marc Lehmann schmorp at schmorp.de
Sat May 30 20:52:41 CEST 2015


On Fri, May 29, 2015 at 11:50:09PM +0200, Zsbán Ambrus <ambrus at math.bme.hu> wrote:
> Does AnyEvent::HTTP really do this, or am I reading it wrong?  If it
> does this, then is there a chance you could fix this please?

The limit handling is done via AnyEvent::Handle, you can set a limit for
this yourself by passing "handle_params => { rbuf_max => $max_chunk_size
}" to AnyEvent::HTTP.

-- 
                The choice of a       Deliantra, the free code+content MORPG
      -----==-     _GNU_              http://www.deliantra.net
      ----==-- _       generation
      ---==---(_)__  __ ____  __      Marc Lehmann
      --==---/ / _ \/ // /\ \/ /      schmorp at schmorp.de
      -=====/_/_//_/\_,_/ /_/\_\



More information about the anyevent mailing list