Thanks, I looked at the code quickly and I'd venture that maybe the /varnish_check is a bit too large and doesn't fit Varnish's probe buffer (we only care about the status line of the response anyway), so Varnish closes the connection while nginx isn't done yet.
If it's that, it's not very polite, but it's harmless. -- Guillaume Quintard On Mon, Apr 17, 2023 at 7:49 AM George <[email protected]> wrote: > Hi, > > Below is the probe "health", I forgot to send it the first time: > probe health { > .url = "/varnish_check"; > .timeout = 2s; > .interval = 5s; > .window = 3; > .threshold = 2; > } > > Thanks > > În lun., 17 apr. 2023 la 17:32, Guillaume Quintard < > [email protected]> a scris: > >> Hi George, >> >> Just to be sure, how is the probe "health" defined in your VCL? >> >> Cheers, >> >> -- >> Guillaume Quintard >> >> _______________________________________________ > varnish-misc mailing list > [email protected] > https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc >
_______________________________________________ varnish-misc mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
