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

Issue 4261052: code review 4261052: http: change Hijacker to return a net.Conn (Closed)

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

Description

http: change Hijacker to return a net.Conn net.Conn is itself a io.ReadWriteCloser, so most code should be unaffected.

Patch Set 1 #

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

Total comments: 2

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -10 lines) Patch
M src/pkg/http/server.go View 1 2 2 chunks +12 lines, -10 lines 0 comments Download

Messages

Total messages: 3
bradfitz
Hello rsc, gburd (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
14 years, 2 months ago (2011-03-07 19:48:05 UTC) #1
rsc
LGTM http://codereview.appspot.com/4261052/diff/1001/src/pkg/http/server.go File src/pkg/http/server.go (right): http://codereview.appspot.com/4261052/diff/1001/src/pkg/http/server.go#newcode86 src/pkg/http/server.go:86: // A Hijacker is an HTTP request which ...
14 years, 2 months ago (2011-03-07 19:51:29 UTC) #2
bradfitz
14 years, 2 months ago (2011-03-07 20:04:21 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=0faa20d2e2f4 ***

http: change Hijacker to return a net.Conn

net.Conn is itself a io.ReadWriteCloser, so
most code should be unaffected.

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

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