Fix panic with specific If-None-Match value

This commit is contained in:
Marcus Weiner 2020-06-24 16:38:44 +02:00
parent 9f33108dfa
commit d96bddeabb
1 changed files with 1 additions and 0 deletions

View File

@ -413,6 +413,7 @@ func checkIfNoneMatch(w ResponseWriter, r *Request) condResult {
}
if buf[0] == ',' {
buf = buf[1:]
continue
}
if buf[0] == '*' {
return condFalse