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

Issue 4433094: code review 4433094: http: new error for reading a body after it's been closed (Closed)

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

Description

http: new error for reading a body after it's been closed

Patch Set 1 #

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

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

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

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

Messages

Total messages: 5
bradfitz
Hello adg (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years ago (2011-05-01 02:33:38 UTC) #1
adg
LGTM I'm sure this will save quite some confusion.
13 years ago (2011-05-01 02:43:50 UTC) #2
bradfitz
*** Submitted as http://code.google.com/p/go/source/detail?r=e30213b07276 *** http: new error for reading a body after it's been ...
13 years ago (2011-05-01 02:54:14 UTC) #3
eh
> +var ErrBodyReadAferClose = os.NewError("http: invalid Read on closed request Body") s/Afer/After/ ? Chris -- ...
13 years ago (2011-05-01 06:25:02 UTC) #4
adg
13 years ago (2011-05-01 06:28:35 UTC) #5
On 30 April 2011 23:25, chris dollin <ehog.hedge@googlemail.com> wrote:
>> +var ErrBodyReadAferClose = os.NewError("http: invalid Read on closed request
Body")
>
> s/Afer/After/ ?

Sigh. Good catch. :|
Sign in to reply to this message.

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