index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
http
/
sniff_test.go
Age
Commit message (
Expand
)
Author
4 days
net/http: run tests for HTTP/3 where it can already pass
Nicholas S. Husin
2024-07-25
net: use slices and maps to clean up tests
apocelipes
2022-10-07
net/http: refactor tests to run most in HTTP/1 and HTTP/2 modes
Damien Neil
2021-06-04
net/http: fix ResponseWriter.ReadFrom with short reads
Damien Neil
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2019-03-19
net/http: fix wrong mime rar signature
LE Manh Cuong
2019-03-18
net/http: Detect MIME type of v5 RAR archives
bakape
2019-03-06
net/http: remove discrepancies between the MIME Sniffing Spec and its impleme...
Kshitij Saraogi
2018-06-10
net/http: add application/wasm mime type
Agniva De Sarker
2018-03-25
net/http: use top-level font media type
Agniva De Sarker
2018-03-24
net/http: add sniffing support for woff2
Agniva De Sarker
2017-12-06
net/http: keep testing DetectContentType of empty body
Russ Cox
2017-11-22
net/http: implement sniffing for some fonts
Emmanuel Odeke
2017-11-15
net/http: don't set Content-Type with empty body automatically
Tw
2017-06-13
net/http: fix application/ogg sniff signature
Emmanuel Odeke
2016-11-04
net/http: speed up tests, use t.Parallel when it's safe
Brad Fitzpatrick
2016-03-26
net/http: add more audio/video mime sniffing
Emmanuel Odeke
2015-12-10
net/http: run more tests in http2 mode
Brad Fitzpatrick
2015-12-09
net/http: sniffTest for 5953 set in http2 mode
Emmanuel Odeke
2015-12-07
net/http: sniffWrite test also in http2 mode
Emmanuel Odeke
2015-12-04
net/http: sniff tests ported to h2
Emmanuel Odeke
2015-11-17
net/http: add/update mp4 sniffing
Emmanuel Odeke
2014-09-08
build: move package sources from src/pkg to src
Russ Cox