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

Issue 4662091: code review 4662091: http: support for periodic flushing in ReverseProxy (Closed)

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

Description

http: support for periodic flushing in ReverseProxy Fixes issue 2012

Patch Set 1 #

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

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

Total comments: 1

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

Total comments: 11

Patch Set 5 : diff -r 80756338ccf7 https://go.googlecode.com/hg/ #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -1 line) Patch
M src/pkg/http/reverseproxy.go View 1 2 3 4 3 chunks +59 lines, -1 line 0 comments Download

Messages

Total messages: 11
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, 9 months ago (2011-07-12 00:33:37 UTC) #1
dsymonds
http://codereview.appspot.com/4662091/diff/4001/src/pkg/http/reverseproxy.go File src/pkg/http/reverseproxy.go (right): http://codereview.appspot.com/4662091/diff/4001/src/pkg/http/reverseproxy.go#newcode139 src/pkg/http/reverseproxy.go:139: if f, ok := m.dst.(Flusher); ok { Can you ...
13 years, 9 months ago (2011-07-12 00:38:25 UTC) #2
bradfitz
Hello golang-dev@googlegroups.com, dsymonds@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 9 months ago (2011-07-12 00:41:07 UTC) #3
bradfitz
Sure, done. On Mon, Jul 11, 2011 at 5:38 PM, <dsymonds@golang.org> wrote: > > http://codereview.appspot.com/**4662091/diff/4001/src/pkg/** ...
13 years, 9 months ago (2011-07-12 00:41:22 UTC) #4
dsymonds
http://codereview.appspot.com/4662091/diff/4002/src/pkg/http/reverseproxy.go File src/pkg/http/reverseproxy.go (right): http://codereview.appspot.com/4662091/diff/4002/src/pkg/http/reverseproxy.go#newcode33 src/pkg/http/reverseproxy.go:33: // FlushInterval optionally specifies the flush s/optionally // (all ...
13 years, 9 months ago (2011-07-12 00:46:49 UTC) #5
bradfitz
Hello golang-dev@googlegroups.com, dsymonds@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 9 months ago (2011-07-12 03:28:03 UTC) #6
bradfitz
http://codereview.appspot.com/4662091/diff/4002/src/pkg/http/reverseproxy.go File src/pkg/http/reverseproxy.go (right): http://codereview.appspot.com/4662091/diff/4002/src/pkg/http/reverseproxy.go#newcode33 src/pkg/http/reverseproxy.go:33: // FlushInterval optionally specifies the flush On 2011/07/12 00:46:49, ...
13 years, 9 months ago (2011-07-12 03:29:55 UTC) #7
dsymonds
LGTM This is enough polishing. http://codereview.appspot.com/4662091/diff/4002/src/pkg/http/reverseproxy.go File src/pkg/http/reverseproxy.go (right): http://codereview.appspot.com/4662091/diff/4002/src/pkg/http/reverseproxy.go#newcode128 src/pkg/http/reverseproxy.go:128: if m.done == nil ...
13 years, 9 months ago (2011-07-12 03:34:10 UTC) #8
bradfitz
*** Submitted as http://code.google.com/p/go/source/detail?r=ee2ab6c0f36b *** http: support for periodic flushing in ReverseProxy Fixes issue 2012 ...
13 years, 9 months ago (2011-07-12 03:56:27 UTC) #9
bradfitz
On Mon, Jul 11, 2011 at 8:34 PM, <dsymonds@golang.org> wrote: > LGTM > > This ...
13 years, 9 months ago (2011-07-12 03:59:28 UTC) #10
dsymonds
13 years, 9 months ago (2011-07-12 04:11:41 UTC) #11
On Tue, Jul 12, 2011 at 1:59 PM, Brad Fitzpatrick <bradfitz@golang.org> wrote:

> Fwiw, my reasoning is that if these were in separate files / packages, the
> question would be: what are the essential parameters to the
> MaxLatencyWriter, and what would be implementation details?

In that case, though, you'd just write a constructor function.


Dave.
Sign in to reply to this message.

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