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

Issue 5305088: code review 5305088: http: don't use ClientConn in Transport (Closed)

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

Description

http: don't use ClientConn in Transport ClientConn's main feature (pipelining support) wasn't being used anyway. Ends up simpler to just not use it. This is prep for the http diet, moving ClientConn, ServerConn, etc into http/httputil.

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -29 lines) Patch
M src/pkg/http/transport.go View 1 8 chunks +25 lines, -29 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 (2011-11-03 18:51:54 UTC) #1
rsc
LGTM
13 years, 4 months ago (2011-11-03 19:25:53 UTC) #2
bradfitz
13 years, 4 months ago (2011-11-03 19:35:59 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=9d2976cf80fc ***

http: don't use ClientConn in Transport

ClientConn's main feature (pipelining support)
wasn't being used anyway.  Ends up simpler to
just not use it.

This is prep for the http diet, moving ClientConn,
ServerConn, etc into http/httputil.

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

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