Skip to content

Commit 86d5d3e

Browse files
committed
minor comment change
1 parent 33505cb commit 86d5d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net/http/server.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,7 @@ func (w *response) WriteHeader(code int) {
11521152
}
11531153
checkWriteHeaderCode(code)
11541154

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

0 commit comments

Comments
 (0)