Skip to content

Commit

Permalink
Update Header Comment
Browse files Browse the repository at this point in the history
* Correct reference to the environment variable count.
  • Loading branch information
bradshjg committed Jan 26, 2019
1 parent 165a8ff commit 279c15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libwebsocketd/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 279c15f

Please sign in to comment.