]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.13] 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)
committerDmitri Shuralyov <dmitshur@golang.org>
Mon, 13 Jul 2020 18:33:23 +0000 (18:33 +0000)
commite19af0f1447e0f99688949c68cd8c39d188f699c
treea1c7363437f2d7cd76308901dd936d3eb8bcd3eb
parent3c1722cf30d1edc6756022c7a12efffabcfb098a
[release-branch.go1.13] net/http: fix panic with If-None-Match value in http.ServeContent

Updates #39817.
Fixes #39925.

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>
(cherry picked from commit ce81a8f5e4f6c33036aa0777fabc47eeeab468dc)
Reviewed-on: https://go-review.googlesource.com/c/go/+/242077
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Marcus Weiner <marcus.weiner@gmail.com>
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
src/net/http/fs.go
src/net/http/fs_test.go