http: update mime sniffing doc reference.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5303095
This commit is contained in:
David Symonds 2011-11-03 14:34:35 +11:00
parent de3d647252
commit e4b464242a

View file

@ -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