aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/internal
AgeCommit message (Expand)Author
2022-04-11all: gofmt main repoRuss Cox
2022-01-08net/http/internal/testcert: use FIPS-compliant certificateDamien Neil
2021-10-20net/http/internal: return unexpected EOF on incomplete chunk readAlexander Yastrebov
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-06-10net/http: remove test-only private key from production binariesDamien Neil
2021-05-10net/http: switch HTTP1 to ASCII equivalents of string functionsRoberto Clapis
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2019-05-21all: remove PEM-encoded private keys from testsRuss Cox
2018-07-17http/internal: document final CRLF behavior on chunkedWriterEric Daniels
2017-12-01Revert "go/printer: forbid empty line before first comment in block"Joe Tsai
2017-11-02go/printer: forbid empty line before first comment in blockJoe Tsai
2016-10-18net/http/internal: don't block unnecessarily in ChunkedReaderBrad Fitzpatrick
2016-05-06all: use SeekStart, SeekCurrent, SeekEndJoe Tsai
2016-01-25net/http: check max size of HTTP chunksBrad Fitzpatrick
2015-11-10net/http/internal: ignore chunk-extension when reading chunked encoding bodiesBrad Fitzpatrick
2015-11-04net/http: register HTTP/2 before listening in ListenAndServeBrad Fitzpatrick
2015-05-14net/http: flush request body chunks in TransportBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox