Skip to content

Commit 279c15f

Browse files
authored
Update Header Comment
* Correct reference to the environment variable count.
1 parent 165a8ff commit 279c15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libwebsocketd/env.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func createEnv(handler *WebsocketdHandler, req *http.Request, log *LogScope) []s
4646
env = append(env, v)
4747
}
4848

49-
// IMPORTANT ---> Adding a header? Make sure standardHeaderCount (above) is up to date.
49+
// IMPORTANT ---> Adding a header? Make sure standardEnvCount (above) is up to date.
5050

5151
// Standard CGI specification headers.
5252
// As defined in http://tools.ietf.org/html/rfc3875

0 commit comments

Comments
 (0)