aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/sniff.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/http/sniff.go')
-rw-r--r--src/net/http/sniff.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/net/http/sniff.go b/src/net/http/sniff.go
index 67a7151b0c..ac18ab979d 100644
--- a/src/net/http/sniff.go
+++ b/src/net/http/sniff.go
@@ -129,11 +129,6 @@ var sniffSignatures = []sniffSig{
// Enforce the pattern match ordering as prescribed in
// https://mimesniff.spec.whatwg.org/#matching-an-audio-or-video-type-pattern
&maskedSig{
- mask: []byte("\xFF\xFF\xFF\xFF"),
- pat: []byte(".snd"),
- ct: "audio/basic",
- },
- &maskedSig{
mask: []byte("\xFF\xFF\xFF\xFF\x00\x00\x00\x00\xFF\xFF\xFF\xFF"),
pat: []byte("FORM\x00\x00\x00\x00AIFF"),
ct: "audio/aiff",