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

Issue 13638045: code review 13638045: net/http: bump Go version in default User-Agent to 1.2. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 1 month ago by dsymonds
Modified:
12 years, 1 month ago
Reviewers:
minux1, dave, adg, rsc, golang-dev
CC:
golang-dev
Visibility:
Public.

Description

net/http: bump Go version in default User-Agent to 1.2.

Patch Set 1 #

Patch Set 2 : diff -r 75118231847b https://code.google.com/p/go #

Patch Set 3 : diff -r 75118231847b https://code.google.com/p/go #

Patch Set 4 : diff -r 75118231847b https://code.google.com/p/go #

Patch Set 5 : diff -r 75118231847b https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -20 lines) Patch
M src/pkg/net/http/request.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/net/http/requestwrite_test.go View 1 2 3 14 chunks +19 lines, -19 lines 0 comments Download

Messages

Total messages: 22
dsymonds
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
12 years, 1 month ago (2013-09-11 22:48:54 UTC) #1
adg
Use the defaultUserAgent constant in the tests? On 12 September 2013 08:48, <dsymonds@golang.org> wrote: > ...
12 years, 1 month ago (2013-09-11 23:20:53 UTC) #2
minux1
i understand why we add 1.1 to the UA, but do we really need to ...
12 years, 1 month ago (2013-09-11 23:26:03 UTC) #3
adg
Is this really an issue for AV vendors? I must have missed the last time ...
12 years, 1 month ago (2013-09-11 23:28:19 UTC) #4
dave_cheney.net
+1 to removing the version. On 12/09/2013, at 9:27, Andrew Gerrand <adg@golang.org> wrote: > Is ...
12 years, 1 month ago (2013-09-11 23:34:30 UTC) #5
minux1
On Sep 11, 2013 7:28 PM, "Andrew Gerrand" <adg@golang.org> wrote: > > Is this really ...
12 years, 1 month ago (2013-09-11 23:40:46 UTC) #6
rsc
keep the version but leave it at 1.1. russ
12 years, 1 month ago (2013-09-11 23:45:33 UTC) #7
rsc
that is, do nothing.
12 years, 1 month ago (2013-09-11 23:46:34 UTC) #8
dsymonds
The version is useful because HTTP client behaviour changes over time. A go 1.1 HTTP ...
12 years, 1 month ago (2013-09-11 23:53:37 UTC) #9
dsymonds
Hello golang-dev@googlegroups.com, adg@golang.org, minux.ma@gmail.com, dave@cheney.net, rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 1 month ago (2013-09-11 23:58:04 UTC) #10
rsc
That is not the precedent I was trying to set with this. I was only ...
12 years, 1 month ago (2013-09-11 23:59:28 UTC) #11
rsc
not lgtm for the record, this is how we got here: g% hg log -v ...
12 years, 1 month ago (2013-09-12 00:00:21 UTC) #12
dsymonds
On 12 September 2013 09:59, Russ Cox <rsc@golang.org> wrote: > That is not the precedent ...
12 years, 1 month ago (2013-09-12 00:03:39 UTC) #13
rsc
I put the version there to work around an anti-virus thing. I do not want ...
12 years, 1 month ago (2013-09-12 00:09:00 UTC) #14
adg
Can we change this CL to add a comment explaining that the existing user agent ...
12 years, 1 month ago (2013-09-12 00:10:59 UTC) #15
dsymonds
What about I just make it var defaultUserAgent = "Go " + runtime.Version() + " ...
12 years, 1 month ago (2013-09-12 00:11:16 UTC) #16
rsc
how many times do i need to say not lgtm?
12 years, 1 month ago (2013-09-12 00:12:49 UTC) #17
minux1
On Sep 11, 2013 8:10 PM, "Andrew Gerrand" <adg@golang.org> wrote: > Can we change this ...
12 years, 1 month ago (2013-09-12 00:13:48 UTC) #18
dsymonds
If it's like that, fine. I'll drop this. I just thought we could have a ...
12 years, 1 month ago (2013-09-12 00:14:39 UTC) #19
dsymonds
*** Abandoned ***
12 years, 1 month ago (2013-09-12 00:14:51 UTC) #20
adg
On 12 September 2013 10:13, minux <minux.ma@gmail.com> wrote: > i suggest that if we go ...
12 years, 1 month ago (2013-09-12 00:15:30 UTC) #21
rsc
12 years, 1 month ago (2013-09-12 00:16:15 UTC) #22

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