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

Issue 84850043: code review 84850043: net/http: fix requests failing on short gzip body (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 1 month ago by snaury
Modified:
10 years ago
Reviewers:
gobot, bradfitz
CC:
golang-codereviews, ibilicc, bradfitz
Visibility:
Public.

Description

net/http: fix requests failing on short gzip body Fixes issue 7750.

Patch Set 1 #

Patch Set 2 : diff -r b958fefe50a7 https://code.google.com/p/go/ #

Patch Set 3 : diff -r b958fefe50a7 https://code.google.com/p/go/ #

Patch Set 4 : diff -r b958fefe50a7 https://code.google.com/p/go/ #

Patch Set 5 : diff -r b958fefe50a7 https://code.google.com/p/go/ #

Patch Set 6 : diff -r b958fefe50a7 https://code.google.com/p/go/ #

Total comments: 4

Patch Set 7 : diff -r 98e63c935796 https://code.google.com/p/go/ #

Patch Set 8 : diff -r 98e63c935796 https://code.google.com/p/go/ #

Patch Set 9 : diff -r 07e31caba5b6 https://code.google.com/p/go/ #

Patch Set 10 : diff -r 07e31caba5b6 https://code.google.com/p/go/ #

Patch Set 11 : diff -r 07e31caba5b6 https://code.google.com/p/go/ #

Total comments: 8

Patch Set 12 : diff -r 904d32dfb916 https://code.google.com/p/go/ #

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

Messages

Total messages: 12
snaury
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
10 years, 1 month ago (2014-04-06 10:48:18 UTC) #1
snaury
Hello golang-codereviews@googlegroups.com (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years, 1 month ago (2014-04-06 11:45:32 UTC) #2
ibilicc
On 2014/04/06 11:45:32, snaury wrote: > Hello mailto:golang-codereviews@googlegroups.com (cc: > mailto:golang-codereviews@googlegroups.com), > > Please take ...
10 years, 1 month ago (2014-04-07 01:08:48 UTC) #3
bradfitz
https://codereview.appspot.com/84850043/diff/60002/src/pkg/net/http/transport_test.go File src/pkg/net/http/transport_test.go (right): https://codereview.appspot.com/84850043/diff/60002/src/pkg/net/http/transport_test.go#newcode913 src/pkg/net/http/transport_test.go:913: t.Skip("skipping test; see http://golang.org/issue/7237") I think you just copy/pasted ...
10 years ago (2014-04-09 18:27:42 UTC) #4
snaury
Please take another look. https://codereview.appspot.com/84850043/diff/60002/src/pkg/net/http/transport_test.go File src/pkg/net/http/transport_test.go (right): https://codereview.appspot.com/84850043/diff/60002/src/pkg/net/http/transport_test.go#newcode913 src/pkg/net/http/transport_test.go:913: t.Skip("skipping test; see http://golang.org/issue/7237") On ...
10 years ago (2014-04-09 21:13:26 UTC) #5
snaury
Since CL 86290043 appears to fix the leak I'm repurposing this CL for a different ...
10 years ago (2014-04-10 05:44:58 UTC) #6
snaury
Hello golang-codereviews@googlegroups.com, ibilicc@gmail.com, bradfitz@golang.org (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years ago (2014-04-10 05:46:37 UTC) #7
bradfitz
Looks pretty good. Few little comments. https://codereview.appspot.com/84850043/diff/150001/src/pkg/net/http/transport.go File src/pkg/net/http/transport.go (right): https://codereview.appspot.com/84850043/diff/150001/src/pkg/net/http/transport.go#newcode1157 src/pkg/net/http/transport.go:1157: reader io.Reader call ...
10 years ago (2014-04-10 17:31:40 UTC) #8
snaury
Please take another look. https://codereview.appspot.com/84850043/diff/150001/src/pkg/net/http/transport.go File src/pkg/net/http/transport.go (right): https://codereview.appspot.com/84850043/diff/150001/src/pkg/net/http/transport.go#newcode1157 src/pkg/net/http/transport.go:1157: reader io.Reader On 2014/04/10 17:31:40, ...
10 years ago (2014-04-10 20:11:21 UTC) #9
bradfitz
LGTM
10 years ago (2014-04-10 21:11:47 UTC) #10
bradfitz
*** Submitted as https://code.google.com/p/go/source/detail?r=60c7a236d3bc *** net/http: fix requests failing on short gzip body Fixes issue ...
10 years ago (2014-04-10 21:12:39 UTC) #11
gobot
10 years ago (2014-04-10 21:32:45 UTC) #12
This CL appears to have broken the netbsd-amd64-bsiegert builder.
See http://build.golang.org/log/c40a090ca04c96f2dd63f7e5782cf1a32f6b0d98
Sign in to reply to this message.

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