ancruna / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

Pre flush header buffer in moongose ? #276

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, 
I am using mongoose embedded inside my code. 
Is it possible to pre-flush header buffer ?
so the first byte waiting time for browser can be reduced. 

Original issue reported on code.google.com by goelvive...@gmail.com on 20 Aug 2011 at 3:27

GoogleCodeExporter commented 9 years ago
Data goes to the client as soon as you do mg_printf() in your code.

Original comment by valenok on 24 Aug 2011 at 1:09