Commit e4b46424 authored by David Symonds's avatar David Symonds

http: update mime sniffing doc reference.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5303095
parent de3d6472
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment