Skip to content

Commit d96bdde

Browse files
committed
Fix panic with specific If-None-Match value
1 parent 9f33108 commit d96bdde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/net/http/fs.go

+1
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ func checkIfNoneMatch(w ResponseWriter, r *Request) condResult {
413413
}
414414
if buf[0] == ',' {
415415
buf = buf[1:]
416+
continue
416417
}
417418
if buf[0] == '*' {
418419
return condFalse

0 commit comments

Comments
 (0)