]> Cypherpunks repositories - gostls13.git/commit
net/http: using strings.CutPrefix replace strings.HasPrefix and strings.TrimPrefix
authorcuiweixie <cuiweixie@gmail.com>
Tue, 27 Sep 2022 08:06:13 +0000 (16:06 +0800)
committerGopher Robot <gobot@golang.org>
Thu, 29 Sep 2022 21:28:08 +0000 (21:28 +0000)
commit2b45aebe145d24686df152d77f82713592c47b91
tree5712081d187f854fd94c96e400d279e1d403650e
parent59bc93535b3c5a3792df6837d8b28029e2952b84
net/http: using strings.CutPrefix replace strings.HasPrefix and strings.TrimPrefix

Change-Id: I0b7b6e4e9d2539e4fcb5c08430ba5a74733fad3c
Reviewed-on: https://go-review.googlesource.com/c/go/+/435136
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: xie cui <523516579@qq.com>
src/net/http/cgi/child.go
src/net/http/pprof/pprof.go
src/net/http/server.go