diff options
author | lu4p <lu4p@pm.me> | 2019-12-05 00:28:13 +0100 |
---|---|---|
committer | Matt Holt <mholt@users.noreply.github.com> | 2019-12-04 16:28:13 -0700 |
commit | 68adfdc559e3a97f19ec85ec2e1e5d3ceae20161 (patch) | |
tree | 54de3b9d0ad402779e63a3357656fece19a04c6c /modules/caddyhttp/reverseproxy | |
parent | a841688cc030f6fe3991fdf3f5a12d280591536b (diff) |
Fix misspellings (#2908)
Diffstat (limited to 'modules/caddyhttp/reverseproxy')
-rw-r--r-- | modules/caddyhttp/reverseproxy/reverseproxy.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/caddyhttp/reverseproxy/reverseproxy.go b/modules/caddyhttp/reverseproxy/reverseproxy.go index 98118c2..87895e2 100644 --- a/modules/caddyhttp/reverseproxy/reverseproxy.go +++ b/modules/caddyhttp/reverseproxy/reverseproxy.go @@ -234,7 +234,7 @@ func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request, next caddyht // etc.) - this obviously has a perf // overhead and makes the proxy at // risk of exhausting memory and more - // suseptible to slowloris attacks, + // susceptible to slowloris attacks, // so it is strongly recommended to // only use this feature if absolutely // required, if read timeouts are set, |