-
Poul-Henning Kamp authored
When there is no idle workerthread available, an incoming requests will get queued until a thread becomes available. We called this "overflow" because it overflowed the worker thread pool. However, "overflow" gives the impression that the request is somehow lost, which it is not. "queued" gives a much more precise idea what goes on. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5673 d4fa192b-c00b-0410-8231-f00ffab90ce4
ee4bc747