summaryrefslogtreecommitdiff
path: root/src/net/http
Commit message (Expand)AuthorAgeFilesLines
* Revert "net/http: do not force the Content-Length header if nilled"Austin Clements2023-05-152-35/+1
* net/http: handle WriteHeader(101) as a non-informational headerDamien Neil2023-05-152-2/+74
* net/http: do not force the Content-Length header if nilledLaurent Senta2023-05-152-1/+35
* net/http: let ErrNotSupported match errors.ErrUnsupportedIan Lance Taylor2023-05-102-0/+12
* all: fix a lot of commentscui fliter2023-05-103-7/+7
* net/http: regenerate h2_bundle.goBryan C. Mills2023-05-091-6/+24
* all: add String for fs.{FileInfo,DirEntry} implementationsIan Lance Taylor2023-05-041-0/+4
* net/http: avoid leaking the writing goroutineMichael Fraenkel2023-05-021-0/+6
* net/http/cgi: propagate LD_LIBRARY_PATH on AndroidBryan C. Mills2023-04-261-1/+1
* net/http: avoid leaking writer goroutines in testsBryan C. Mills2023-04-122-3/+56
* net/http: only report the first leak of each test runBryan C. Mills2023-04-122-3/+20
* all: update vendored golang.org/x/netTobias Klauser2023-04-112-13/+13
* net/http, net/internal, net/smtp: add wasip1Johan Brandhorst-Satzkorn2023-04-113-5/+3
* net/http: expose "http: server gave HTTP response to HTTPS client" errorAkihiro Suda2023-04-071-1/+4
* net/http: wait forever for write results in testsDamien Neil2023-04-074-5/+13
* net/http: fix a race in TestResponseControllerSetPastReadDeadlineBryan C. Mills2023-04-071-2/+6
* net/http: improve failure mode for TestResponseControllerSetPastReadDeadlineDamien Neil2023-04-061-2/+9
* net/http: add tests covering non-GET methods for file servingDamien Neil2023-04-061-5/+78
* Revert "net/http: FileServer method check + minimal OPTIONS implementation"Damien Neil2023-04-062-56/+5
* net/http: drop client address comparison in TestTransportRemovesDeadIdleConne...Bryan C. Mills2023-04-041-7/+4
* all: fix misuses of "a" vs "an"cui fliter2023-04-041-2/+2
* all: replace fmt.Sprintf("%d") with strconv.ItoaPhilippe Antoine2023-03-311-1/+1
* net/http: continue using referer header if it's presentPaschalis Tsilias2023-03-242-13/+26
* net/http: fix typoMichaƂ Matczuk2023-03-241-1/+1
* net/http: improve logging in TestServerSetKeepAlivesEnabledClosesConnsBryan C. Mills2023-03-221-14/+11
* net/http: simplify Conn lifetimes in TestClientTimeoutKillsConn testsBryan C. Mills2023-03-221-32/+46
* net/http: in the IdleConnStrsForTesting_h2 helper, omit conns that cannot be ...Bryan C. Mills2023-03-223-6/+16
* net/http: eliminate more arbitrary timeouts in testsBryan C. Mills2023-03-174-453/+449
* net/http/httputil: use response controller in reverse proxyShang Ding2023-03-172-33/+84
* net/http: avoid making a request to a closed server in TestServerShutdownBryan C. Mills2023-03-151-27/+50
* net/http: remove more arbitrary timeouts from server testsBryan C. Mills2023-03-131-171/+39
* net/http: use Copy in ServeContent if CopyN not neededLeo Antunes2023-03-092-4/+48
* net/http: remove arbitrary timeout in TestServerAllowsBlockingRemoteAddrBryan C. Mills2023-03-081-7/+1
* net/http: support full-duplex HTTP/1 responsesDamien Neil2023-03-073-8/+90
* all: fix typospgxiaolianzi2023-02-281-1/+1
* net/http: reduce calls to append in hexEscapeNonASCII to gain a slight perfor...Andy Pan2023-02-272-2/+18
* net/http: remove warning when parsing a query containing a semicolonDamien Neil2023-02-222-36/+9
* net/http: remove five second timeout from TestTransportClosesBodyOnErrorDamien Neil2023-02-171-7/+2
* net/http: support streaming POST content in wasmWill Hawkins2023-02-151-16/+96
* mime/multipart: limit memory/inode consumption of ReadFormDamien Neil2023-02-141-1/+1
* all: fix some commentscui fliter2023-02-142-3/+3
* all: update vendored golang.org/x/netDamien Neil2023-02-131-4/+25
* vendor, cmd/vendor: update standard library dependenciesDavid Chase2023-02-101-120/+149
* Revert "io: allocate copy buffers from a pool"Damien Neil2023-02-101-3/+14
* net/http: improve js fetch errorsJohan Brandhorst-Satzkorn2023-02-091-1/+16
* net/http/httputil: fix syntax in ReverseProxy example commentEthan Lowman2023-02-041-1/+1
* net/http: remove another arbitrary timeout in TestTLSHandshakeTimeoutBryan C. Mills2023-02-011-7/+3
* io: allocate copy buffers from a poolDamien Neil2023-01-311-14/+3
* net/http: add section headers to package docRuss Cox2023-01-301-5/+9
* net/http: disable fetch on NodeJSJohan Brandhorst-Satzkorn2023-01-301-1/+7