Skip to content

Commit

Permalink
minor comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Nov 14, 2020
1 parent 33505cb commit 86d5d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/http/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ func (w *response) WriteHeader(code int) {
}
checkWriteHeaderCode(code)

// Handle provisional headers, except 100 (continue) which is handled automatically
// Handle informational headers, except 100 (Continue) which is handled automatically
if code > 100 && code < 200 {
writeStatusLine(w.conn.bufw, w.req.ProtoAtLeast(1, 1), code, w.statusBuf[:])
if code == 103 {
Expand Down

0 comments on commit 86d5d3e

Please sign in to comment.