- d213170 net/http/httputil: fix deadlock in DumpRequestOut by Steven Hartland · 4 years, 10 months ago
- 2018b68 net/mail: don't use MDT in test by Ian Lance Taylor · 4 years, 3 months ago
- 520f3b7 crypto/tls: revert "add HandshakeContext method to Conn" by Johan Brandhorst · 4 years, 4 months ago
- 08b5091 net: close connection in localServer teardown by Meng Zhuo · 4 years, 4 months ago
- 48906a6 net/http/pprof: don't treat os.Args as format string in Cmdline handler by Brad Fitzpatrick · 4 years, 3 months ago
- c81343c net/http: attempt deadlock fix in TestDisableKeepAliveUpgrade by Anmol Sethi · 4 years, 3 months ago
- e5522c8 std: update golang.org/x/net to 20201209123823-ac852fbbde11 by Dmitri Shuralyov · 4 years, 3 months ago
- 4f1b0a4 all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp by Russ Cox · 4 years, 5 months ago
- 854a2f8 net/http: add connections back that haven't been canceled by Michael Fraenkel · 4 years, 3 months ago
- 5246fa5 mime/multipart: handle ReadForm(math.MaxInt64) better by Russ Cox · 4 years, 3 months ago
- 50b16f9 net/http: allow upgrading non keepalive connections by Anmol Sethi · 4 years, 5 months ago
- 212d385 net/http: ignore connection closes once done with the connection by Michael Fraenkel · 4 years, 6 months ago
- 4f42a9b net: add note about disabling loopback in ListenMulticastUDP() by Andy Pan · 4 years, 4 months ago
- 66c0264 net, internal/poll: reset value before adding in minor kernel version by Ian Lance Taylor · 4 years, 4 months ago
- f2e186b all: update vendored dependencies for Go 1.16 release by Dmitri Shuralyov · 4 years, 5 months ago
- fdecb5c crypto/tls: add HandshakeContext method to Conn by Johan Brandhorst · 4 years, 8 months ago
- 3ef8562 net/mail: avoid ParseDate confusion if day name includes "T" by Emmanuel T Odeke · 4 years, 10 months ago
- 49a210e net/url: improve performance for resolvePath by imxyb · 4 years, 5 months ago
- f0c9ae5 net/http: use exponential backoff for polling in Server.Shutdown by Dan Peterson · 4 years, 5 months ago
- c800222 net: prefer /etc/hosts over DNS when no /etc/nsswitch.conf is present by Natanael Copa · 4 years, 5 months ago
- d05c035 net/http: fix typo in TestTransportReadToEndReusesConn by Keiichi Hirobe · 4 years, 7 months ago
- a29dd1f net: add Example for Unix dialer with context by Kevin Burke · 4 years, 5 months ago
- 4e5a313 net/http: test that ParseMultipartForm catches overflows by Emmanuel T Odeke · 4 years, 5 months ago
- 1b09d43 all: update references to symbols moved from io/ioutil to io by Russ Cox · 4 years, 5 months ago
- 7211694 net/http: add FS to convert fs.FS to FileSystem by Russ Cox · 4 years, 8 months ago
- 0709e58 net/http/cgi: preserve env vars on illumos by Tobias Klauser · 4 years, 5 months ago
- 55b2d47 net/http/cgi: preserve LD_LIBRARY_PATH on NetBSD, too by Nikhil Benesch · 4 years, 5 months ago
- 7bb721b all: update references to symbols moved from os to io/fs by Russ Cox · 4 years, 8 months ago
- 5647d01 Revert "net/http: test that ParseMultipartForm returns an error for int overflow" by Bryan C. Mills · 4 years, 5 months ago
- 58eadc2 net/http: test that ParseMultipartForm returns an error for int overflow by avivklas · 4 years, 6 months ago
- 9c017ff net/http/httputil: copy response header back to http.ResponseWriter in ReverseProxy.handleUpgradeResponse by Aofei Sheng · 4 years, 6 months ago
- 9cec50f internal/poll, net, syscall: use accept4 on illumos by Tobias Klauser · 4 years, 5 months ago
- ae16255 net/http: try to deflake TestTransportDiscardsUnneededConns by Russ Cox · 4 years, 5 months ago
- 606d4a3 net/http: ensure Request.Body.Close is called once and only once by Ross Light · 4 years, 6 months ago
- dfee333 net/http: document concurrency expectations for Request.Body by Ross Light · 4 years, 7 months ago
- 59202c4 net/http: deflake TestServerEmptyBodyRace_h1, or at least try by Russ Cox · 4 years, 5 months ago
- 7602d41 net/http: remove DualStack in DefaultTransport by ananya saxena · 4 years, 5 months ago
- 9c56300 net/http: return 505 status for rejected protocol version by Damien Neil · 4 years, 5 months ago
- ca3c0df net/http/httputil: flush ReverseProxy immediately if Content-Length is -1 by Ignacio Hagopian · 4 years, 5 months ago
- 3736957 net/http: deflake TestTransportPersistConnLeak on macOS by Russ Cox · 4 years, 5 months ago
- 39b5276 net: remove dependency on math/rand by Russ Cox · 4 years, 8 months ago
- 0f53453 net/http: deep copy Request.TransferEncoding by dqu123 · 4 years, 5 months ago
- 33511fb net/http/pprof: remove html/template dependency by Egon Elbre · 4 years, 6 months ago
- 542693e net/http: make SameSiteDefaultMode behavior match the specification by Roberto Clapis · 4 years, 6 months ago
- 5c1567c net/http/pprof: use Request.Context, not the deprecated CloseNotifier by Ayan George · 4 years, 5 months ago
- 930fa89 net/http: add Transport.GetProxyConnectHeader by Brad Fitzpatrick · 4 years, 5 months ago
- db428ad all: enable more tests on macOS/ARM64 by Cherry Zhang · 4 years, 6 months ago
- 44a15a7 net/http: remove duplicate declaration of error by Dai Jie · 4 years, 5 months ago
- 2f6e7f0 src/go.mod, net/http: update bundled and latest golang.org/x/net by Emmanuel T Odeke · 4 years, 6 months ago
- a413908 all: add GOOS=ios by Cherry Zhang · 4 years, 6 months ago
- 0a9dd47 net: reflect TCP backlog size update of uint16->uint32 on Linux by Cuong Manh Le · 4 years, 6 months ago
- e6426df net: use IFF_* consts from package syscall on solaris by Tobias Klauser · 4 years, 6 months ago
- 3b64e6b internal/poll, internal/syscall/unix, net: enable writev on illumos by Tobias Klauser · 4 years, 6 months ago
- 4f5cd0c net/http/cgi,net/http/fcgi: add Content-Type detection by Roberto Clapis · 4 years, 7 months ago
- 2c8d2a0 net/http: fix data race due to writeLoop goroutine left running by Steven Hartland · 4 years, 7 months ago
- 617f2c3 net/http: mark http/2 connections active by Michael Fraenkel · 4 years, 9 months ago
- 62fe10b src/go.mod, net/http: update bundled and latest golang.org/x/net by Paschalis Tsilias · 4 years, 6 months ago
- ef20f76b net/http: reject negative suffix-length Range:bytes=--N with 416 status code by Emmanuel T Odeke · 4 years, 6 months ago
- 7432bee net/http/fcgi: fix race in child.serve connection read by Tzu-Chiao Yeh · 4 years, 6 months ago
- 717266b net/smtp: adds support for the SMTPUTF8 extension by Daniel Cormier · 4 years, 6 months ago
- 6fc329b net/http/cgi: don't pass nil Body to the child handler by Marco · 4 years, 10 months ago
- 5f5a556 net/http: refactor ResponseWriter.ReadFrom to permit splice on Linux by Paul Forgey · 4 years, 7 months ago
- 3e636ab net/mail: return error on empty address list by Ian Lance Taylor · 4 years, 7 months ago
- e9ad52e net: export ErrClosed by Ian Lance Taylor · 4 years, 7 months ago
- 8381408 net/http: fix detection of Roundtrippers that always error by Michael Fraenkel · 4 years, 8 months ago
- 3d77461 src/go.mod, net/http: update bundled and latest golang.org/x/net by Emmanuel T Odeke · 4 years, 7 months ago
- 8d31ca2 Revert "net/http: fix data race due to writeLoop goroutine left running" by Bryan C. Mills · 4 years, 7 months ago
- 5e1e8c4 net/http: fix data race due to writeLoop goroutine left running by Steven Hartland · 4 years, 10 months ago
- bb54a85 net/http: handle Request.URL.RawPath in StripPrefix by Andrew Gerrand · 4 years, 10 months ago
- fb5c3ea net/http: set Content-Length:0 for empty PATCH requests as with POST, PATCH by Segflow · 4 years, 7 months ago
- e5da468 net/http: use iotest.ErrReader in tests by Carlos Alexandro Becker · 4 years, 7 months ago
- 4b94e88 net: simplify error return in *RawConn test helpers by Tobias Klauser · 4 years, 10 months ago
- 7fbd8c7 all: fix spelling mistakes by lihaowei · 4 years, 7 months ago
- b6ad288 net/http: avoid setting body when NoBody is set for js/wasm by Agniva De Sarker · 4 years, 9 months ago
- d9c19a7 [dev.link] all: merge branch 'master' into dev.link by Cherry Zhang · 4 years, 7 months ago
- f235275 net/http: fix cancelation of requests with a readTrackingBody wrapper by Damien Neil · 4 years, 8 months ago
- 3dabaa4 [dev.link] all: merge branch 'master' into dev.link by Cherry Zhang · 4 years, 8 months ago
- fa98f46 net/http: synchronize "100 Continue" write and Handler writes by Russ Cox · 4 years, 8 months ago
- 86f53c2 [dev.link] all: merge branch 'master' into dev.link by Cherry Zhang · 4 years, 8 months ago
- 3a43226 net: hangup TCP connection after Dial timeout in Plan 9 by Fazlul Shahriar · 4 years, 8 months ago
- 504db53 net/textproto: correct documentation of empty line handling by Norman B. Lancaster · 6 years ago
- c769a47 net: correct address when listening on IPv4zero tcp4/udp4 on Plan 9 by Fazlul Shahriar · 4 years, 8 months ago
- 4b28f5d net: fix TestDialerLocalAddr on Plan 9 by Fazlul Shahriar · 4 years, 9 months ago
- ce81a8f net/http: fix panic with If-None-Match value in http.ServeContent by Marcus Weiner · 4 years, 9 months ago
- 152ffca net: add support for dialing from a custom local address on Plan 9 by Fazlul Shahriar · 4 years, 9 months ago
- a980e8a net: handle more interface types without a hardware address on Plan 9 by Fazlul Shahriar · 4 years, 9 months ago
- 92051a9 [dev.link] all: merge branch 'master' into dev.link by Cherry Zhang · 4 years, 9 months ago
- b465202 net: consistently document deadline handling by Ian Lance Taylor · 4 years, 9 months ago
- 18bcc7c net/http: document Dir behavior with symlinks by Katie Hockman · 4 years, 9 months ago
- 5e526e6 [dev.link] all: merge branch 'master' into dev.link by Cherry Zhang · 4 years, 9 months ago
- 292a771 net/rpc: clarify documention of Call.Done field by Ian Lance Taylor · 4 years, 9 months ago
- 8b98498 net/http: make Transport.RoundTrip preserve Requests by Damien Neil · 4 years, 9 months ago
- 95848fc [dev.link] cmd/compile, cmd/link: remove dead methods if type is not used in interface by Cherry Zhang · 4 years, 9 months ago
- 2cd2ff6 all: avoid awkward wording from CL 236857 by Russ Cox · 4 years, 9 months ago
- 608cdca all: replace usages of whitelist/blacklist and master/slave by Filippo Valsorda · 4 years, 9 months ago
- 8da7862 net/http: reject HTTP/1.1 Content-Length with sign in response by Paschalis Tsilias · 4 years, 10 months ago
- 1519bc4 net/http: clarify that AddCookie only sanitizes the Cookie being added by Volker Dobler · 4 years, 10 months ago
- e3491c4 net/http: handle body rewind in HTTP/2 connection loss better by Russ Cox · 4 years, 10 months ago
- 0242d46 net/http/pprof: document the trace endpoint is for execution trace by Hana (Hyang-Ah) Kim · 4 years, 11 months ago
- b9c9cbf net: only enable broadcast on sockets which support it by Steven Hartland · 4 years, 10 months ago