const net/http.sniffLen
6 uses
net/http (current package)
fs.go#L238: var buf [sniffLen]byte
server.go#L555: return !w.cw.wroteHeader && !haveType && w.written < sniffLen
server.go#L586: nr, er := src.Read(buf[:sniffLen])
sniff.go#L13: const sniffLen = 512
sniff.go#L22: if len(data) > sniffLen {
sniff.go#L23: data = data[:sniffLen]
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |