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

Issue 5674054: code review 5674054: net/http: fix race in sendfile test (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 4 months ago by bradfitz
Modified:
13 years, 3 months ago
Reviewers:
CC:
golang-dev, mc
Visibility:
Public.

Description

net/http: fix race in sendfile test Whoops. Consume the body of the first request before making the subsequent /quit request.

Patch Set 1 #

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

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

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

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

Messages

Total messages: 3
bradfitz
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 4 months ago (2012-02-15 11:32:59 UTC) #1
mc
LGTM damn, my drained body asks for drink now
13 years, 4 months ago (2012-02-15 19:22:31 UTC) #2
bradfitz
13 years, 4 months ago (2012-02-15 22:27:35 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=bf1ad757aa33 ***

net/http: fix race in sendfile test

Whoops. Consume the body of the first request
before making the subsequent /quit request.

R=golang-dev, untheoretic
CC=golang-dev
http://codereview.appspot.com/5674054
Sign in to reply to this message.

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