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

Issue 6867050: code review 6867050: net/http: implement CloseNotifier (Closed)

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

Description

net/http: implement CloseNotifier Fixes issue 2510

Patch Set 1 #

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

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

Total comments: 2

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

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

Total comments: 2

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+158 lines, -33 lines) Patch
M src/pkg/net/http/serve_test.go View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M src/pkg/net/http/server.go View 1 2 3 4 5 9 chunks +122 lines, -33 lines 0 comments Download

Messages

Total messages: 7
bradfitz
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
11 years, 5 months ago (2012-12-03 21:59:24 UTC) #1
rsc
https://codereview.appspot.com/6867050/diff/4001/src/pkg/net/http/server.go File src/pkg/net/http/server.go (right): https://codereview.appspot.com/6867050/diff/4001/src/pkg/net/http/server.go#newcode102 src/pkg/net/http/server.go:102: // Closed returns a channel which is closed when ...
11 years, 5 months ago (2012-12-04 15:30:31 UTC) #2
bradfitz
https://codereview.appspot.com/6867050/diff/4001/src/pkg/net/http/server.go File src/pkg/net/http/server.go (right): https://codereview.appspot.com/6867050/diff/4001/src/pkg/net/http/server.go#newcode102 src/pkg/net/http/server.go:102: // Closed returns a channel which is closed when ...
11 years, 5 months ago (2012-12-04 15:57:12 UTC) #3
bradfitz
Hello golang-dev@googlegroups.com, rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 5 months ago (2012-12-04 21:25:30 UTC) #4
rsc
LGTM https://codereview.appspot.com/6867050/diff/4/src/pkg/net/http/server.go File src/pkg/net/http/server.go (right): https://codereview.appspot.com/6867050/diff/4/src/pkg/net/http/server.go#newcode151 src/pkg/net/http/server.go:151: c.closeNotifyc = make(chan bool) make(chan bool, 1) to ...
11 years, 5 months ago (2012-12-06 03:14:45 UTC) #5
bradfitz
https://codereview.appspot.com/6867050/diff/4/src/pkg/net/http/server.go File src/pkg/net/http/server.go (right): https://codereview.appspot.com/6867050/diff/4/src/pkg/net/http/server.go#newcode151 src/pkg/net/http/server.go:151: c.closeNotifyc = make(chan bool) On 2012/12/06 03:14:45, rsc wrote: ...
11 years, 5 months ago (2012-12-06 03:16:38 UTC) #6
bradfitz
11 years, 5 months ago (2012-12-06 03:25:44 UTC) #7
*** Submitted as https://code.google.com/p/go/source/detail?r=3292433291b2 ***

net/http: implement CloseNotifier

Fixes issue 2510

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

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