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

Issue 4082044: code review 4082044: Added pipelining to http.ServerConn and http.ClientConn, (Closed)

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

Description

Added pipelining to http.ServerConn and http.ClientConn, using textproto.

Patch Set 1 #

Patch Set 2 : code review 4082044: Added pipelining to http.ServerConn and http.ClientConn, #

Total comments: 12

Patch Set 3 : code review 4082044: Added pipelining to http.ServerConn and http.ClientConn, #

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

Messages

Total messages: 7
petar-m
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 3 months ago (2011-01-21 00:17:12 UTC) #1
rsc
It seems like the ClientConn should be able to be told not to pipeline a ...
14 years, 3 months ago (2011-01-21 20:05:40 UTC) #2
bradfitzgoog
Pipelining should only be done on GET and HEAD requests, and even then big parts ...
14 years, 3 months ago (2011-01-22 08:24:15 UTC) #3
petar-m
Hello rsc, bradfitzwork (cc: golang-dev@googlegroups.com), Please take another look.
14 years, 3 months ago (2011-01-22 15:44:42 UTC) #4
petar-m
About the pipelining concerns: Since Server/ClientConn are low-level and not currently used by the user-facing ...
14 years, 3 months ago (2011-01-22 15:47:48 UTC) #5
rsc
LGTM On Sat, Jan 22, 2011 at 10:47, <petarm@gmail.com> wrote: > About the pipelining concerns: ...
14 years, 2 months ago (2011-02-11 20:03:32 UTC) #6
rsc
14 years, 2 months ago (2011-02-11 20:05:51 UTC) #7
*** Submitted as f52b035a8e1e ***

http: add pipelining to ClientConn, ServerConn

R=rsc, bradfitzwork
CC=golang-dev
http://codereview.appspot.com/4082044

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

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