Re: fastcgi_buffering and caching from FastCGI server

2013-12-02 Thread Maxmilhas
Yes, it is completely acceptable that people (possibly) completely out of an entire project make its documentation. Or at least it is them who must decide what is good and necessary to have on the docs, and what isn't. Remarkable. Good to see this If you think that explicitly mentioning this

Re: fastcgi_buffering and caching from FastCGI server

2013-12-02 Thread Maxim Dounin
Hello! On Mon, Dec 02, 2013 at 10:57:05AM +0200, wishmaster wrote: > > Hi, devel team! > > Playing with caching responses from FCGI server I've found not > documented issue. When fastcgi_buffering is "off", then > fastcgi_cache doesn't work. Yes, this is logical completely, but > I think wo

fastcgi_buffering and caching from FastCGI server

2013-12-02 Thread wishmaster
Hi, devel team! Playing with caching responses from FCGI server I've found not documented issue. When fastcgi_buffering is "off", then fastcgi_cache doesn't work. Yes, this is logical completely, but I think would be better specify it in docs. What do you think? Cheers, w ___