[Rabbit-dev] StackOverflowError

Mindaugas Žakšauskas mindas at gmail.com
Sun Jun 26 20:06:02 CEST 2011


Great news, let me/us know when this is ready to be tested!

m.

On Sun, Jun 26, 2011 at 4:00 PM, Robert Olofsson
<robert.olofsson at khelekore.org> wrote:
> Ok, I have identified this problem, it comes from web pages that send back a
> big block of data (from a web page) with chunked data and each chunk is only
> a few bytes long, basically the data looks like:
>
> 3
> <ht
> 3
> ml>
> 5
> <body
> 1
>>
> ...
>
> Chunked data has a minimal header that tells how big the next chunk is and
> then that number of bytes of data.
>
> This can happen with BaseHandler and with GZipHandler/FilterHandler.
>
> Ok, now I figure out a way to remove this problem.
>
> /robo
>
> _______________________________________________
> Rabbit-dev mailing list
> Rabbit-dev at khelekore.org
> http://khelekore.org/cgi-bin/mailman/listinfo/rabbit-dev
>



More information about the Rabbit-dev mailing list