Re: sending head of a view result in one chunk

2009-07-30 Thread Brian Candler
On Wed, Jul 29, 2009 at 08:30:33PM +0200, Benoit Chesneau wrote: Following discussion on irc I post here my problem. I am currently implementing a feature allowing me to parse the view while it's coming over http. Using chunks allow me to parse each line easily. It currently work but

sending head of a view result in one chunk

2009-07-29 Thread Benoit Chesneau
Following discussion on irc I post here my problem. I am currently implementing a feature allowing me to parse the view while it's coming over http. Using chunks allow me to parse each line easily. It currently work but currently first line of view is sent with the header. It would be better imo