Open GoogleCodeExporter opened 9 years ago
correcting my own typo from the last patch =]
Index: skipfish.c
===================================================================
--- skipfish.c (revision 190)
+++ skipfish.c (working copy)
@@ -137,7 +137,8 @@
" -w rw_tmout - individual network I/O timeout (%u s)\n"
" -i idle_tmout - timeout on idle HTTP connections (%u s)\n"
" -s s_limit - response size limit (%u B)\n"
- " -e - do not keep binary responses for reporting\n\n"
+ " -e - do not keep binary responses for reporting\n"
+ " --flush-to-disk - writes requests/responses to disk on the fly\n\n"
"Other settings:\n\n"
Original comment by diego.ca...@gmail.com
on 20 Dec 2012 at 8:59
Thanks ! Will add this to 2.11b .
Niels
Original comment by niels.he...@gmail.com
on 21 Dec 2012 at 10:05
Original issue reported on code.google.com by
diego.ca...@gmail.com
on 19 Dec 2012 at 10:03