From: David Symonds Date: Thu, 3 Nov 2011 03:34:35 +0000 (+1100) Subject: http: update mime sniffing doc reference. X-Git-Tag: weekly.2011-11-08~69 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e4b464242ac94f4f6e49bc55f9278b68b2fa66b2;p=gostls13.git http: update mime sniffing doc reference. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5303095 --- 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