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

Issue 13289047: code review 13289047: net/http: sniff less (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 8 months ago by bradfitz
Modified:
11 years, 8 months ago
Reviewers:
iant
CC:
golang-dev, iant
Visibility:
Public.

Description

net/http: sniff less We were reading 1024 bytes but only using 512. Fixes issue 6311

Patch Set 1 #

Patch Set 2 : diff -r 99056a2a8a9d https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 99056a2a8a9d https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 99056a2a8a9d https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -3 lines) Patch
M src/pkg/net/http/fs.go View 1 1 chunk +2 lines, -3 lines 0 comments Download

Messages

Total messages: 3
bradfitz
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
11 years, 8 months ago (2013-09-03 15:57:20 UTC) #1
iant
LGTM
11 years, 8 months ago (2013-09-03 16:08:37 UTC) #2
bradfitz
11 years, 8 months ago (2013-09-03 16:11:11 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=14b4ad05c021 ***

net/http: sniff less

We were reading 1024 bytes but only using 512.

Fixes issue 6311

R=golang-dev, iant
CC=golang-dev
https://codereview.appspot.com/13289047
Sign in to reply to this message.

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