Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(19)

Issue 194074: code review 194074: Fix of issue 566. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 6 months ago by petar-m
Modified:
15 years, 6 months ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

Fix of issue 566. Increase header line limit. Current limit too low for www.techcrunch.com e.g.

Patch Set 1 #

Patch Set 2 : code review 194074: Fix of issue 566. #

Patch Set 3 : code review 194074: Fix of issue 566. #

Patch Set 4 : code review 194074: Fix of issue 566. #

Patch Set 5 : code review 194074: Fix of issue 566. Increase header line limit. Current l... #

Patch Set 6 : code review 194074: Fix of issue 566. Increase header line limit. Current l... #

Patch Set 7 : code review 194074: Fix of issue 566. Increase header line limit. Current l... #

Patch Set 8 : code review 194074: Fix of issue 566. Increase header line limit. Current l... #

Total comments: 6

Patch Set 9 : code review 194074: Fix of issue 566. Increase header line limit. Current l... #

Patch Set 10 : code review 194074: Fix of issue 566. Increase header line limit. Current l... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -4 lines) Patch
M src/pkg/http/request.go View 1 2 3 4 5 6 7 8 9 4 chunks +11 lines, -4 lines 0 comments Download

Messages

Total messages: 8
petar-m
Hello rsc@golang.com (cc: golang-dev@googlegroups.com), I'd like you to review this change.
15 years, 6 months ago (2010-01-26 02:54:03 UTC) #1
rsc1
switching to rsc
15 years, 6 months ago (2010-01-29 02:26:03 UTC) #2
rsc1
http://codereview.appspot.com/194074/diff/3001/12 File src/pkg/http/request.go (right): http://codereview.appspot.com/194074/diff/3001/12#newcode25 src/pkg/http/request.go:25: maxLineLength = 4096 // assumed < bufio.DefaultBufSize // assumed ...
15 years, 6 months ago (2010-01-29 02:28:44 UTC) #3
petar-m
take another look. http://codereview.appspot.com/194074/diff/3001/12 File src/pkg/http/request.go (right): http://codereview.appspot.com/194074/diff/3001/12#newcode25 src/pkg/http/request.go:25: maxLineLength = 4096 // assumed < ...
15 years, 6 months ago (2010-01-29 16:18:54 UTC) #4
rsc
> First, why is this comment here? > > The bufio.Reader is passed onto ReadRequest ...
15 years, 6 months ago (2010-01-29 19:04:45 UTC) #5
petar_csail.mit.edu
OK, uploaded the CL. P On Fri, Jan 29, 2010 at 2:04 PM, Russ Cox ...
15 years, 6 months ago (2010-01-30 00:47:33 UTC) #6
rsc1
LGTM
15 years, 6 months ago (2010-01-30 00:49:58 UTC) #7
rsc
15 years, 6 months ago (2010-01-30 00:51:45 UTC) #8
*** Submitted as http://code.google.com/p/go/source/detail?r=ca5b28c60712 ***

http: increase header line limit, let req.Host override req.URL.Host

Fixes issue 566.

R=rsc
CC=golang-dev
http://codereview.appspot.com/194074

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b