mirror of https://github.com/golang/go.git
Fix panic with specific If-None-Match value
This commit is contained in:
parent
9f33108dfa
commit
d96bddeabb
|
|
@ -413,6 +413,7 @@ func checkIfNoneMatch(w ResponseWriter, r *Request) condResult {
|
|||
}
|
||||
if buf[0] == ',' {
|
||||
buf = buf[1:]
|
||||
continue
|
||||
}
|
||||
if buf[0] == '*' {
|
||||
return condFalse
|
||||
|
|
|
|||
Loading…
Reference in New Issue