In message <[EMAIL PROTECTED]>, Erik writes: >Im doing a POST request against my varnishserver and getting a very long wait >time until the response is received by the client. > >As I understand by the vcl man the POST requests are all piped, right? > >Anyway, I was looking for some timestamp in the log to understand where the >request hangs. > >Is their any line in the log where I can see the timestamp/time?
Which version of varnish are you using ? We can't really do much logging for a piped request, since all we do is pass bytes back and forth. For normal requests timestamps are in the ReqEnd record. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. _______________________________________________ varnish-misc mailing list [email protected] http://projects.linpro.no/mailman/listinfo/varnish-misc
