On Fri, Dec 13, 2013 at 03:43:51AM +0800, Igor wrote: > In verbose mode, is it possible to print http log to stdout?
No it's not possible. Do you think it could be useful ? If so, I don't think it should be too difficult to do, especially considering that at some places we already support addresses such as "fd@number". We could imagine that "fd@1" would simply send to stdout if we used write() instead of send() and removed a few controls there. We could also use another method to explicitly mention "stdout" and "stderr" as valid targets. Regards, Willy

