aboutsummaryrefslogtreecommitdiff
path: root/src/net/http
AgeCommit message (Expand)Author
2021-01-26net/http/fcgi: remove locking added to prevent a test-only raceHilko Bengen
2021-01-22net/http: fix flaky TestDisableKeepAliveUpgradeDamien Neil
2021-01-06net/http/httputil: fix deadlock in DumpRequestOutSteven Hartland
2020-12-17crypto/tls: revert "add HandshakeContext method to Conn"Johan Brandhorst
2020-12-14net/http/pprof: don't treat os.Args as format string in Cmdline handlerBrad Fitzpatrick
2020-12-14net/http: attempt deadlock fix in TestDisableKeepAliveUpgradeAnmol Sethi
2020-12-10std: update golang.org/x/net to 20201209123823-ac852fbbde11Dmitri Shuralyov
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-09net/http: add connections back that haven't been canceledMichael Fraenkel
2020-12-03mime/multipart: handle ReadForm(math.MaxInt64) betterRuss Cox
2020-12-01net/http: allow upgrading non keepalive connectionsAnmol Sethi
2020-12-01net/http: ignore connection closes once done with the connectionMichael Fraenkel
2020-11-11all: update vendored dependencies for Go 1.16 releaseDmitri Shuralyov
2020-11-09crypto/tls: add HandshakeContext method to ConnJohan Brandhorst
2020-10-27net/http: use exponential backoff for polling in Server.ShutdownDan Peterson
2020-10-24net/http: fix typo in TestTransportReadToEndReusesConnKeiichi Hirobe
2020-10-21net/http: test that ParseMultipartForm catches overflowsEmmanuel T Odeke
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-20net/http: add FS to convert fs.FS to FileSystemRuss Cox
2020-10-20net/http/cgi: preserve env vars on illumosTobias Klauser
2020-10-20net/http/cgi: preserve LD_LIBRARY_PATH on NetBSD, tooNikhil Benesch
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-10-19Revert "net/http: test that ParseMultipartForm returns an error for int overf...Bryan C. Mills
2020-10-19net/http: test that ParseMultipartForm returns an error for int overflowavivklas
2020-10-19net/http/httputil: copy response header back to http.ResponseWriter in Revers...Aofei Sheng
2020-10-16net/http: try to deflake TestTransportDiscardsUnneededConnsRuss Cox
2020-10-16net/http: ensure Request.Body.Close is called once and only onceRoss Light
2020-10-16net/http: document concurrency expectations for Request.BodyRoss Light
2020-10-16net/http: deflake TestServerEmptyBodyRace_h1, or at least tryRuss Cox
2020-10-15net/http: remove DualStack in DefaultTransportananya saxena
2020-10-14net/http: return 505 status for rejected protocol versionDamien Neil
2020-10-12net/http/httputil: flush ReverseProxy immediately if Content-Length is -1Ignacio Hagopian
2020-10-12net/http: deflake TestTransportPersistConnLeak on macOSRuss Cox
2020-10-12net/http: deep copy Request.TransferEncodingdqu123
2020-10-09net/http/pprof: remove html/template dependencyEgon Elbre
2020-10-08net/http: make SameSiteDefaultMode behavior match the specificationRoberto Clapis
2020-10-07net/http/pprof: use Request.Context, not the deprecated CloseNotifierAyan George
2020-10-06net/http: add Transport.GetProxyConnectHeaderBrad Fitzpatrick
2020-09-30src/go.mod, net/http: update bundled and latest golang.org/x/netEmmanuel T Odeke
2020-09-23all: add GOOS=iosCherry Zhang
2020-09-14net/http/cgi,net/http/fcgi: add Content-Type detectionRoberto Clapis
2020-09-09net/http: fix data race due to writeLoop goroutine left runningSteven Hartland
2020-09-06net/http: mark http/2 connections activeMichael Fraenkel
2020-09-05src/go.mod, net/http: update bundled and latest golang.org/x/netPaschalis Tsilias
2020-09-02net/http: reject negative suffix-length Range:bytes=--N with 416 status codeEmmanuel T Odeke
2020-09-02net/http/fcgi: fix race in child.serve connection readTzu-Chiao Yeh
2020-09-01net/http/cgi: don't pass nil Body to the child handlerMarco
2020-09-01net/http: refactor ResponseWriter.ReadFrom to permit splice on LinuxPaul Forgey
2020-08-25net/http: fix detection of Roundtrippers that always errorMichael Fraenkel
2020-08-25src/go.mod, net/http: update bundled and latest golang.org/x/netEmmanuel T Odeke