aboutsummaryrefslogtreecommitdiff
path: root/src/net/http
AgeCommit message (Expand)Author
2020-03-02net/http: verify RoundTripper invariants in the send functionBryan C. Mills
2020-02-27all: fix incorrect channel and API usage in some unit testsZiheng Liu
2020-02-21net/http/pprof: set content type for /debug/pprofHana (Hyang-Ah) Kim
2020-01-31net/http/cgi: rename a test file to be less cuteBrad Fitzpatrick
2020-01-29net/http: don't treat an alternate protocol as a known round tripperIan Lance Taylor
2020-01-22Revert "net/http: support gzip, x-gzip Transfer-Encodings"Filippo Valsorda
2020-01-21net/http/httputil: add docs about X-Forwarded-For in ReverseProxyKévin Dunglas
2020-01-08net/http: document that ParseForm consumes Request.BodyLuka Zitnik
2020-01-07net/http: avoid writing to Transport.ProxyConnectHeaderBryan C. Mills
2019-12-12net/http: fix some awkward wording in Request.WithContext docsBrad Fitzpatrick
2019-12-11net/http: use cancellation instead of a timeout in TestTransportProxyHTTPSCon...Bryan C. Mills
2019-12-10net/http: await state traces earlier in TestServerConnStateBryan C. Mills
2019-12-10net/http: fix timeout race in Transport proxy CONNECTBrad Fitzpatrick
2019-12-09net/http: don't wait indefinitely in Transport for proxy CONNECT responseBrad Fitzpatrick
2019-12-07net/http: unflake TestTimeoutHandlerSuperfluousLogsEmmanuel T Odeke
2019-11-27net/http: update bundled x/net/http2Brad Fitzpatrick
2019-11-22net/http: rename tests for Redirect and StripPrefixDmitri Shuralyov
2019-11-22net/http: make Transport.IdleConnTimeout consider wall (not monotonic) timeBrad Fitzpatrick
2019-11-21net/http: fix Server.ConnContext modifying context for all new connectionsRoman Kollár
2019-11-15all: fix a bunch of misspellingsVille Skyttä
2019-11-13net/http: add some debugging to TestDontCacheBrokenHTTP2ConnBrad Fitzpatrick
2019-11-11net/http: add DialTLSContext hook to TransportGabriel Rosenhouse
2019-11-08net/http: relax TestLinuxSendfile, trace all system calls, match n64:sendfileBrad Fitzpatrick
2019-11-08net/http: support gzip, x-gzip Transfer-EncodingsEmmanuel T Odeke
2019-11-08net/http: refactor test TestParseFormUnknownContentTypeDavid Ndungu
2019-11-04net/http: support disabling built-in HTTP/2 with a new build tagBrad Fitzpatrick
2019-11-04syscall/js: garbage collect references to JavaScript valuesRichard Musiol
2019-11-02net/http/httputil: fix missing Transfer-Encoding headerHarshavardhana
2019-11-02net/http: deflake TestCancelRequestWithChannelBeforeDo_CancelConstantin Konstantinidis
2019-11-01net/http: clarify Header.WriteSubset behaviorempijei
2019-10-29net/http: only decrement connection count if we removed a connectionMichael Fraenkel
2019-10-25net/http: fix comment TimeoutHandler no longer supports Flusherpokutuna
2019-10-25net/http: skip failing test on windows-amd64-longtest builderBryan C. Mills
2019-10-22net/http: don't cache http2.erringRoundTripper connectionsBrad Fitzpatrick
2019-10-22net/http: update sanitizeCookieValue descriptionBrave Cow
2019-10-21net/http: remove parseURL variableDmitri Shuralyov
2019-10-21net/http/pprof: explicitly mention DefaultServeMux for default handlersharsimran1
2019-10-21net/http: make TimeoutHandler log spurious WriteHeader callsEmmanuel T Odeke
2019-10-21net/http: make Transport.RoundTrip close body on any invalid requestEmmanuel T Odeke
2019-10-20net/http: make Transport.roundTrip close body on invalid methodLuke Young
2019-10-18net/http/httptest: add EnableHTTP2 to ServerEmmanuel T Odeke
2019-10-17net/http, net/textproto: add Header.Values, MIMEHeader.Values methodsTrung Nguyen
2019-10-15net/http: remove references to old NPN supportBrad Fitzpatrick
2019-10-14net/http: clean up checkIfModifiedSince and checkIfUnmodifiedSinceAnmol Sethi
2019-10-14net/http: fix and lock-in Client.Do docs on request cancelationEmmanuel T Odeke
2019-10-14net/http: fix Transport panic with nil Request.HeaderEmmanuel T Odeke
2019-10-09net/http: update bundled x/net/http2Emmanuel T Odeke
2019-10-09net/http: do not sniff response if Content-Encoding header is setEmmanuel T Odeke
2019-10-08net/http: use err as error var in server.ServeDavor Kapsa
2019-10-02net/http: document that Request.Host includes HTTP/2 :authorityBrad Fitzpatrick