On 11/30/2014 11:08 AM, Jeff Trawick wrote:
> * deploying Python web apps under uWSGI behind mod_proxy_fcgi/scgi
> (some material
> here: http://emptyhammock.com/projects/info/pyweb/index.html)
> * a debugging tricks talk I've given a few times (relatively minor
> updates from the last North Americ
On Mon, Dec 1, 2014 at 4:08 PM, Graham Leggett wrote:
> On 01 Dec 2014, at 12:03 PM, Yann Ylavic wrote:
>
>> - The input filter seems to read and return blocksize bytes at once,
>> couldn't it read up to readbytes - reabytes % blocksize, or even
>> readbytes with retained buckets?
>> It seems tha
On 01 Dec 2014, at 12:11 PM, Yann Ylavic wrote:
> Sorry, I forgot one question :
> - What is the purpose of the handler returning the secret key?
> Get it through a SSL channel for example?
> At first glance it looks quite scary ;)
In HLS, the key is protected via some kind of login mechanism, a
On 01 Dec 2014, at 12:03 PM, Yann Ylavic wrote:
> - The input filter seems to read and return blocksize bytes at once,
> couldn't it read up to readbytes - reabytes % blocksize, or even
> readbytes with retained buckets?
> It seems that buffering (at most blocksize[ - 1]) would benefit the
> outp
On Mon, Dec 1, 2014 at 2:15 PM, Yann Ylavic wrote:
> On Wed, Nov 19, 2014 at 8:19 AM, wrote:
>> Author: jkaluza
>> Date: Wed Nov 19 07:19:13 2014
>> New Revision: 1640495
>>
>> URL: http://svn.apache.org/r1640495
>> Log:
>> * mod_proxy_fcgi: Ignore body data from backend for 304 responses. PR 57
On Wed, Nov 19, 2014 at 8:19 AM, wrote:
> Author: jkaluza
> Date: Wed Nov 19 07:19:13 2014
> New Revision: 1640495
>
> URL: http://svn.apache.org/r1640495
> Log:
> * mod_proxy_fcgi: Ignore body data from backend for 304 responses. PR 57198.
>
> Modified:
> httpd/httpd/trunk/modules/proxy/mod_
On Mon, Dec 1, 2014 at 11:03 AM, Yann Ylavic wrote:
> A few (first glance) questions :
>
> - The input filter seems to read and return blocksize bytes at once,
> couldn't it read up to readbytes - reabytes % blocksize, or even
> readbytes with retained buckets?
> It seems that buffering (at most b
Hi Graham,
nice module, looks very useful.
A few (first glance) questions :
- The input filter seems to read and return blocksize bytes at once,
couldn't it read up to readbytes - reabytes % blocksize, or even
readbytes with retained buckets?
It seems that buffering (at most blocksize[ - 1]) wou