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

Issue 5629061: code review 5629061: net/http: Handle 100 Continue responses from servers, i... (Closed)

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

Description

net/http: Handle 100 Continue responses from servers, including the unsolicited 100 Continue that precedes POST/PUT responses from IIS/5.1. (This is valid for compatability with RFC 2068 according to RFC 2616, 8.2.3.) Fixes issue 2184.

Patch Set 1 #

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

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

Patch Set 4 : code review 5629061: net/http: Handle 100 Continue responses from servers, i... #

Patch Set 5 : diff -r f8a77e2b7d0b https://go.googlecode.com/hg/ #

Patch Set 6 : diff -r f8a77e2b7d0b https://go.googlecode.com/hg/ #

Patch Set 7 : diff -r f8a77e2b7d0b https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -8 lines) Patch
A src/pkg/net/http/readresponse_test.go View 1 2 3 4 5 1 chunk +51 lines, -0 lines 0 comments Download
M src/pkg/net/http/response.go View 1 2 3 4 5 6 2 chunks +17 lines, -8 lines 0 comments Download

Messages

Total messages: 15
pmylund
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 2 months ago (2012-02-05 17:09:46 UTC) #1
pmylund
I'm wondering: This also handles 100 Continue in general. (The response "leaking" would be an ...
12 years, 2 months ago (2012-02-05 17:12:08 UTC) #2
rsc1
I'd like to leave this until after Go 1, unless Brad feels strongly that it ...
12 years, 2 months ago (2012-02-10 16:17:21 UTC) #3
rsc
11 years, 10 months ago (2012-06-03 04:43:39 UTC) #4
pmylund
Hello golang-dev@googlegroups.com (cc: bradfitz@golang.org, golang-dev@googlegroups.com, rsc@golang.org), I'd like you to review this change to https://go.googlecode.com/hg/
11 years, 9 months ago (2012-06-29 02:34:25 UTC) #5
pmylund
Hello golang-dev@googlegroups.com (cc: bradfitz@golang.org, golang-dev@googlegroups.com, rsc@golang.org), Please take another look.
11 years, 9 months ago (2012-06-29 02:41:49 UTC) #6
pmylund
Hello golang-dev@googlegroups.com (cc: bradfitz@golang.org, golang-dev@googlegroups.com, rsc@golang.org), Please take another look.
11 years, 9 months ago (2012-06-29 03:47:31 UTC) #7
pmylund
Ugh. I need to learn to restrain my 'hg mail' trigger finger. Only major changes ...
11 years, 9 months ago (2012-06-29 03:53:47 UTC) #8
pmylund
Something to consider: The RFC states that 100 Continue responses are allowed only in response ...
11 years, 9 months ago (2012-07-02 21:53:56 UTC) #9
bradfitz
This CL might fix Issue 2184, but any CL should probably also fix Issue 3665, ...
11 years, 8 months ago (2012-08-07 04:13:56 UTC) #10
pmylund
Just to let you know, I'm planning on doing the former when I have some ...
11 years, 8 months ago (2012-08-14 22:00:38 UTC) #11
bradfitz
I'm not working on it. All yours. :) On Wed, Aug 15, 2012 at 8:00 ...
11 years, 8 months ago (2012-08-20 05:47:10 UTC) #12
bradfitz
This was fixed by https://code.google.com/p/go/source/detail?r=466040fd273e a different way. Doing it here would've broken packages that ...
11 years ago (2013-04-02 02:54:29 UTC) #13
pmylund
On 2013/04/02 02:54:29, bradfitz wrote: > This was fixed by https://code.google.com/p/go/source/detail?r=466040fd273e a > different way. ...
11 years ago (2013-04-02 09:24:23 UTC) #14
pmylund
11 years ago (2013-04-02 09:32:12 UTC) #15
*** Abandoned ***
Sign in to reply to this message.

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