From 279c15f4f13d293b176984dddfb434b7b372241e Mon Sep 17 00:00:00 2001 From: James Bradshaw Date: Sat, 26 Jan 2019 09:28:00 -0600 Subject: [PATCH] Update Header Comment * Correct reference to the environment variable count. --- libwebsocketd/env.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libwebsocketd/env.go b/libwebsocketd/env.go index 4d8cf067..609063aa 100644 --- a/libwebsocketd/env.go +++ b/libwebsocketd/env.go @@ -46,7 +46,7 @@ func createEnv(handler *WebsocketdHandler, req *http.Request, log *LogScope) []s env = append(env, v) } - // IMPORTANT ---> Adding a header? Make sure standardHeaderCount (above) is up to date. + // IMPORTANT ---> Adding a header? Make sure standardEnvCount (above) is up to date. // Standard CGI specification headers. // As defined in http://tools.ietf.org/html/rfc3875