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

Issue 8191044: code review 8191044: net/http: fix incredibly racy TestTransportReading100Co... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 1 month ago by bradfitz
Modified:
12 years, 1 month ago
Reviewers:
CC:
golang-dev, r
Visibility:
Public.

Description

net/http: fix incredibly racy TestTransportReading100Continue Whoops. I'm surprised it even worked before. (Need two pipes, not one.) Also, remove the whole pipe registration business, since it wasn't even required in the previous version. (I'd later fixed it at the end of send100Response, but forgot to delete it)

Patch Set 1 #

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

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

Patch Set 4 : diff -r 63a5dca37edc https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -22 lines) Patch
M src/pkg/net/http/transport_test.go View 1 2 chunks +5 lines, -22 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/
12 years, 1 month ago (2013-03-30 18:03:47 UTC) #1
r
LGTM
12 years, 1 month ago (2013-03-30 18:14:36 UTC) #2
bradfitz
12 years, 1 month ago (2013-03-30 18:18:59 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=946f0a049860 ***

net/http: fix incredibly racy TestTransportReading100Continue

Whoops. I'm surprised it even worked before. (Need two pipes,
not one.)

Also, remove the whole pipe registration business, since it
wasn't even required in the previous version. (I'd later fixed
it at the end of send100Response, but forgot to delete it)

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

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