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

Issue 69670043: code review 69670043: net/http: add Server.SetKeepAlivesEnabled (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 1 month ago by bradfitz
Modified:
10 years, 1 month ago
Reviewers:
adg, josharian
CC:
adg, josharian, rcrowley, golang-codereviews
Visibility:
Public.

Description

net/http: add Server.SetKeepAlivesEnabled Part of graceful shutdown. Update Issue 4674

Patch Set 1 #

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

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

Total comments: 2

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

Patch Set 5 : diff -r 7a7a12d7b8c0 https://go.googlecode.com/hg/ #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -3 lines) Patch
M src/pkg/net/http/serve_test.go View 1 2 3 4 1 chunk +16 lines, -0 lines 0 comments Download
M src/pkg/net/http/server.go View 1 2 3 4 8 chunks +24 lines, -3 lines 0 comments Download

Messages

Total messages: 12
bradfitz
Hello adg@golang.org, josharian@gmail.com, r@rcrowley.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
10 years, 1 month ago (2014-02-27 23:35:58 UTC) #1
adg
The names here are a bit inconsistent. The field is disableKeepAlives but the function is ...
10 years, 1 month ago (2014-02-28 00:02:40 UTC) #2
bradfitz
Zero value On Feb 27, 2014 4:02 PM, "Andrew Gerrand" <adg@golang.org> wrote: > The names ...
10 years, 1 month ago (2014-02-28 00:08:00 UTC) #3
adg
Zero values notwithstanding, can you make these changes then? https://codereview.appspot.com/69670043/diff/40001/src/pkg/net/http/server.go File src/pkg/net/http/server.go (right): https://codereview.appspot.com/69670043/diff/40001/src/pkg/net/http/server.go#newcode707 src/pkg/net/http/server.go:707: ...
10 years, 1 month ago (2014-02-28 00:15:17 UTC) #4
adg
10 years, 1 month ago (2014-02-28 00:15:22 UTC) #5
rcrowley
On 2014/02/27 23:35:58, bradfitz wrote: > Hello mailto:adg@golang.org, mailto:josharian@gmail.com, mailto:r@rcrowley.org (cc: > mailto:golang-codereviews@googlegroups.com), > > ...
10 years, 1 month ago (2014-02-28 01:59:04 UTC) #6
bradfitz
Done. On Thu, Feb 27, 2014 at 4:15 PM, <adg@golang.org> wrote: > Zero values notwithstanding, ...
10 years, 1 month ago (2014-02-28 02:09:19 UTC) #7
bradfitz
Hello adg@golang.org, josharian@gmail.com, r@rcrowley.org (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years, 1 month ago (2014-02-28 02:09:30 UTC) #8
bradfitz
On Thu, Feb 27, 2014 at 5:59 PM, <r@rcrowley.org> wrote: > On 2014/02/27 23:35:58, bradfitz ...
10 years, 1 month ago (2014-02-28 02:11:50 UTC) #9
adg
LGTM
10 years, 1 month ago (2014-02-28 08:03:50 UTC) #10
josharian
LGTM
10 years, 1 month ago (2014-02-28 13:30:36 UTC) #11
bradfitz
10 years, 1 month ago (2014-02-28 15:40:28 UTC) #12
*** Submitted as https://code.google.com/p/go/source/detail?r=d9a3ecc457c5 ***

net/http: add Server.SetKeepAlivesEnabled

Part of graceful shutdown.

Update Issue 4674

LGTM=adg, josharian
R=adg, josharian, r
CC=golang-codereviews
https://codereview.appspot.com/69670043
Sign in to reply to this message.

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