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

Issue 6215076: Do not add User-agent again when retrying (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 6 months ago by rmistry
Modified:
13 years, 6 months ago
Reviewers:
nherring, yanivi
Base URL:
https://google-http-java-client.googlecode.com/hg/
Visibility:
Public.

Description

Fix for http://code.google.com/p/google-http-java-client/issues/detail?id=119 : User-agent repeatedly added on retry.

Patch Set 1 #

Patch Set 2 : Minor fix #

Total comments: 2

Patch Set 3 : Addressing code review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -3 lines) Patch
M google-http-client/src/main/java/com/google/api/client/http/HttpRequest.java View 1 2 1 chunk +5 lines, -2 lines 0 comments Download
M google-http-client/src/test/java/com/google/api/client/http/HttpRequestTest.java View 1 4 chunks +22 lines, -1 line 0 comments Download

Messages

Total messages: 5
rmistry
13 years, 6 months ago (2012-05-22 14:13:32 UTC) #1
nherring
Looks good from here.
13 years, 6 months ago (2012-05-22 14:18:28 UTC) #2
yanivi
http://codereview.appspot.com/6215076/diff/2001/google-http-client/src/main/java/com/google/api/client/http/HttpRequest.java File google-http-client/src/main/java/com/google/api/client/http/HttpRequest.java (right): http://codereview.appspot.com/6215076/diff/2001/google-http-client/src/main/java/com/google/api/client/http/HttpRequest.java#newcode787 google-http-client/src/main/java/com/google/api/client/http/HttpRequest.java:787: } else if (retriesRemaining == numRetries) { This will ...
13 years, 6 months ago (2012-05-22 20:36:00 UTC) #3
rmistry
http://codereview.appspot.com/6215076/diff/2001/google-http-client/src/main/java/com/google/api/client/http/HttpRequest.java File google-http-client/src/main/java/com/google/api/client/http/HttpRequest.java (right): http://codereview.appspot.com/6215076/diff/2001/google-http-client/src/main/java/com/google/api/client/http/HttpRequest.java#newcode787 google-http-client/src/main/java/com/google/api/client/http/HttpRequest.java:787: } else if (retriesRemaining == numRetries) { On 2012/05/22 ...
13 years, 6 months ago (2012-05-23 11:29:23 UTC) #4
yanivi
13 years, 6 months ago (2012-05-23 12:49:11 UTC) #5
LGTM
Sign in to reply to this message.

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