Re: bug#21093: Web server: response bodies systematically loaded in memory

2016-06-24 Thread Ludovic Courtès
Andy Wingo skribis: > On Mon 20 Jul 2015 00:10, l...@gnu.org (Ludovic Courtès) writes: > >> The ‘sanitize-response’ procedure systematically loads the whole >> response body in memory, which causes obvious scalability issues (this >> is in 2.0.11.) >> >> In particular, when a request handler retu

Re: bug#21093: Web server: response bodies systematically loaded in memory

2016-06-24 Thread Andy Wingo
On Mon 20 Jul 2015 00:10, l...@gnu.org (Ludovic Courtès) writes: > The ‘sanitize-response’ procedure systematically loads the whole > response body in memory, which causes obvious scalability issues (this > is in 2.0.11.) > > In particular, when a request handler returns a port-taking procedure as