From e4b464242ac94f4f6e49bc55f9278b68b2fa66b2 Mon Sep 17 00:00:00 2001 From: David Symonds Date: Thu, 3 Nov 2011 14:34:35 +1100 Subject: [PATCH] http: update mime sniffing doc reference. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5303095 --- src/pkg/http/sniff.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkg/http/sniff.go b/src/pkg/http/sniff.go index d608687507..690b1ac9fb 100644 --- a/src/pkg/http/sniff.go +++ b/src/pkg/http/sniff.go @@ -11,7 +11,7 @@ import ( // Content-type sniffing algorithm. // References in this file refer to this draft specification: -// http://tools.ietf.org/html/draft-ietf-websec-mime-sniff-03 +// http://mimesniff.spec.whatwg.org/ // The algorithm prefers to use sniffLen bytes to make its decision. const sniffLen = 512 -- 2.48.1