]> Cypherpunks.ru repositories - gostls13.git/commit
net/http: fix panic with If-None-Match value in http.ServeContent
authorMarcus Weiner <marcus.weiner@gmail.com>
Wed, 24 Jun 2020 15:24:56 +0000 (15:24 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 29 Jun 2020 14:56:46 +0000 (14:56 +0000)
commitce81a8f5e4f6c33036aa0777fabc47eeeab468dc
tree8d26358f1d176623ab459cd4e85d939c14107aad
parent152ffca82fa53008bd2872f7163c7a1885da880e
net/http: fix panic with If-None-Match value in http.ServeContent

Fixes #39817

Change-Id: I79f2ad7c836a8a46569f603aca583fdd526d22dc
GitHub-Last-Rev: 5b88aada219aaa2af0c7e1969ed6fa646117d9da
GitHub-Pull-Request: golang/go#39821
Reviewed-on: https://go-review.googlesource.com/c/go/+/239699
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/http/fs.go
src/net/http/fs_test.go