]> Cypherpunks repositories - gostls13.git/commit
net/http: add sniffing support for woff2
authorAgniva De Sarker <agnivade@yahoo.co.in>
Sat, 24 Mar 2018 18:45:53 +0000 (00:15 +0530)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 24 Mar 2018 19:33:34 +0000 (19:33 +0000)
commitbf8eef2adc167c2600ac53b8c1f0af5bcfa10ae3
tree747f26db6d487a1fac22ce3100aff609cf76b676
parent5526ef1c51eaebe0f9d0ca0ae883f8389ccccaeb
net/http: add sniffing support for woff2

Sniffing woff2 is now added to the spec -
https://github.com/whatwg/mimesniff/commit/e29b9f4a22843bf6c7f0177223b0147bc03e37f7

Change-Id: Ie63744454d0ee54ed0f985c2873d7eb20a14015a
Reviewed-on: https://go-review.googlesource.com/102455
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/net/http/sniff.go
src/net/http/sniff_test.go