Skip to content

Commit

Permalink
Merge pull request joewalnes#336 from bradshjg/patch-1
Browse files Browse the repository at this point in the history
Update Header Comment
  • Loading branch information
asergeyev authored Jan 28, 2019
2 parents 165a8ff + 279c15f commit 3deec03
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 3deec03

Please sign in to comment.