| Age | Commit message (Expand) | Author |
| 2021-01-26 | net/http/fcgi: remove locking added to prevent a test-only race | Hilko Bengen |
| 2021-01-22 | net/http: fix flaky TestDisableKeepAliveUpgrade | Damien Neil |
| 2021-01-06 | net/http/httputil: fix deadlock in DumpRequestOut | Steven Hartland |
| 2020-12-17 | crypto/tls: revert "add HandshakeContext method to Conn" | Johan Brandhorst |
| 2020-12-14 | net/http/pprof: don't treat os.Args as format string in Cmdline handler | Brad Fitzpatrick |
| 2020-12-14 | net/http: attempt deadlock fix in TestDisableKeepAliveUpgrade | Anmol Sethi |
| 2020-12-10 | std: update golang.org/x/net to 20201209123823-ac852fbbde11 | Dmitri Shuralyov |
| 2020-12-09 | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox |
| 2020-12-09 | net/http: add connections back that haven't been canceled | Michael Fraenkel |
| 2020-12-03 | mime/multipart: handle ReadForm(math.MaxInt64) better | Russ Cox |
| 2020-12-01 | net/http: allow upgrading non keepalive connections | Anmol Sethi |
| 2020-12-01 | net/http: ignore connection closes once done with the connection | Michael Fraenkel |
| 2020-11-11 | all: update vendored dependencies for Go 1.16 release | Dmitri Shuralyov |
| 2020-11-09 | crypto/tls: add HandshakeContext method to Conn | Johan Brandhorst |
| 2020-10-27 | net/http: use exponential backoff for polling in Server.Shutdown | Dan Peterson |
| 2020-10-24 | net/http: fix typo in TestTransportReadToEndReusesConn | Keiichi Hirobe |
| 2020-10-21 | net/http: test that ParseMultipartForm catches overflows | Emmanuel T Odeke |
| 2020-10-20 | all: update references to symbols moved from io/ioutil to io | Russ Cox |
| 2020-10-20 | net/http: add FS to convert fs.FS to FileSystem | Russ Cox |
| 2020-10-20 | net/http/cgi: preserve env vars on illumos | Tobias Klauser |
| 2020-10-20 | net/http/cgi: preserve LD_LIBRARY_PATH on NetBSD, too | Nikhil Benesch |
| 2020-10-20 | all: update references to symbols moved from os to io/fs | Russ Cox |
| 2020-10-19 | Revert "net/http: test that ParseMultipartForm returns an error for int overf... | Bryan C. Mills |
| 2020-10-19 | net/http: test that ParseMultipartForm returns an error for int overflow | avivklas |
| 2020-10-19 | net/http/httputil: copy response header back to http.ResponseWriter in Revers... | Aofei Sheng |
| 2020-10-16 | net/http: try to deflake TestTransportDiscardsUnneededConns | Russ Cox |
| 2020-10-16 | net/http: ensure Request.Body.Close is called once and only once | Ross Light |
| 2020-10-16 | net/http: document concurrency expectations for Request.Body | Ross Light |
| 2020-10-16 | net/http: deflake TestServerEmptyBodyRace_h1, or at least try | Russ Cox |
| 2020-10-15 | net/http: remove DualStack in DefaultTransport | ananya saxena |
| 2020-10-14 | net/http: return 505 status for rejected protocol version | Damien Neil |
| 2020-10-12 | net/http/httputil: flush ReverseProxy immediately if Content-Length is -1 | Ignacio Hagopian |
| 2020-10-12 | net/http: deflake TestTransportPersistConnLeak on macOS | Russ Cox |
| 2020-10-12 | net/http: deep copy Request.TransferEncoding | dqu123 |
| 2020-10-09 | net/http/pprof: remove html/template dependency | Egon Elbre |
| 2020-10-08 | net/http: make SameSiteDefaultMode behavior match the specification | Roberto Clapis |
| 2020-10-07 | net/http/pprof: use Request.Context, not the deprecated CloseNotifier | Ayan George |
| 2020-10-06 | net/http: add Transport.GetProxyConnectHeader | Brad Fitzpatrick |
| 2020-09-30 | src/go.mod, net/http: update bundled and latest golang.org/x/net | Emmanuel T Odeke |
| 2020-09-23 | all: add GOOS=ios | Cherry Zhang |
| 2020-09-14 | net/http/cgi,net/http/fcgi: add Content-Type detection | Roberto Clapis |
| 2020-09-09 | net/http: fix data race due to writeLoop goroutine left running | Steven Hartland |
| 2020-09-06 | net/http: mark http/2 connections active | Michael Fraenkel |
| 2020-09-05 | src/go.mod, net/http: update bundled and latest golang.org/x/net | Paschalis Tsilias |
| 2020-09-02 | net/http: reject negative suffix-length Range:bytes=--N with 416 status code | Emmanuel T Odeke |
| 2020-09-02 | net/http/fcgi: fix race in child.serve connection read | Tzu-Chiao Yeh |
| 2020-09-01 | net/http/cgi: don't pass nil Body to the child handler | Marco |
| 2020-09-01 | net/http: refactor ResponseWriter.ReadFrom to permit splice on Linux | Paul Forgey |
| 2020-08-25 | net/http: fix detection of Roundtrippers that always error | Michael Fraenkel |
| 2020-08-25 | src/go.mod, net/http: update bundled and latest golang.org/x/net | Emmanuel T Odeke |