[master] 46e30ddc5 comment typo fix

Nils Goroll nils.goroll at uplex.de
Tue Oct 30 09:58:07 UTC 2018


commit 46e30ddc5cb20e351138dfa45362006e1ef20d3a
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Tue Oct 30 10:55:35 2018 +0100

    comment typo fix
    
    completely irrelevant historical note:
    
    IIUC, ~20+ years ago, "slowlaris" was referring to Solaris being
    percieved as "much slower than linux" (which was partly true, but
    also related to the fact that linux had less mp support at the time)

diff --git a/bin/varnishd/http1/cache_http1_line.c b/bin/varnishd/http1/cache_http1_line.c
index 50a38e5cd..a7fc994fe 100644
--- a/bin/varnishd/http1/cache_http1_line.c
+++ b/bin/varnishd/http1/cache_http1_line.c
@@ -207,7 +207,7 @@ V1L_Flush(const struct worker *wrk)
 			 * was sent.
 			 *
 			 * XXX: Add a "minimum sent data per timeout
-			 * counter to prevent slowlaris attacks
+			 * counter to prevent slowloris attacks
 			*/
 
 			if (VTIM_real() - v1l->t0 > cache_param->send_timeout) {


More information about the varnish-commit mailing list