1
0
mirror of https://github.com/golang/go synced 2024-10-05 20:31:20 -06:00
go/src/pkg/net/textproto
Mike Solomon f753e3facd textproto: prevent long lines in HTTP headers from causing HTTP 400 responses.
This fixes the issue without an extra copy in the average case.

R=golang-dev, ality, bradfitz
CC=golang-dev
https://golang.org/cl/5272049
2011-11-01 10:31:29 -07:00
..
header.go gofix -r mapdelete 2011-10-18 09:56:34 -04:00
Makefile http: introduce Header type, implement with net/textproto 2011-02-23 00:39:25 -05:00
pipeline.go gofix -r mapdelete 2011-10-18 09:56:34 -04:00
reader_test.go textproto: prevent long lines in HTTP headers from causing HTTP 400 responses. 2011-11-01 10:31:29 -07:00
reader.go textproto: prevent long lines in HTTP headers from causing HTTP 400 responses. 2011-11-01 10:31:29 -07:00
textproto.go src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
writer_test.go net/textproto: new package, with example net/dict 2010-08-06 17:37:45 -07:00
writer.go ... changes 2010-09-24 11:55:48 -04:00