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

Issue 10238046: Restore follow_redirects after mediadownload is done. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 2 months ago by jcgregorio_google
Modified:
11 years, 2 months ago
CC:
google-api-python-client_googlegroups.com
Visibility:
Public.

Description

Restore follow_redirects after mediadownload is done. Fixes issue 280. https://code.google.com/p/google-api-python-client/issues/detail?id=280

Patch Set 1 #

Total comments: 2

Patch Set 2 : rename #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -1 line) Patch
M apiclient/http.py View 1 3 chunks +3 lines, -1 line 0 comments Download
M tests/test_http.py View 1 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 4
jcgregorio_google
11 years, 2 months ago (2013-06-13 15:06:29 UTC) #1
dhermes
LGTM https://codereview.appspot.com/10238046/diff/1/apiclient/http.py File apiclient/http.py (right): https://codereview.appspot.com/10238046/diff/1/apiclient/http.py#newcode508 apiclient/http.py:508: self._old_follow_redirects = request.http.follow_redirects Suggest _original_follow_redirects instead of _old_follow_redirects
11 years, 2 months ago (2013-06-13 15:49:54 UTC) #2
jcgregorio_google
https://codereview.appspot.com/10238046/diff/1/apiclient/http.py File apiclient/http.py (right): https://codereview.appspot.com/10238046/diff/1/apiclient/http.py#newcode508 apiclient/http.py:508: self._old_follow_redirects = request.http.follow_redirects On 2013/06/13 15:49:55, dhermes wrote: > ...
11 years, 2 months ago (2013-06-13 18:46:15 UTC) #3
jcgregorio_google
11 years, 2 months ago (2013-06-13 18:48:47 UTC) #4
On 2013/06/13 18:46:15, jcgregorio_google wrote:
> https://codereview.appspot.com/10238046/diff/1/apiclient/http.py
> File apiclient/http.py (right):
> 
> https://codereview.appspot.com/10238046/diff/1/apiclient/http.py#newcode508
> apiclient/http.py:508: self._old_follow_redirects =
> request.http.follow_redirects
> On 2013/06/13 15:49:55, dhermes wrote:
> > Suggest _original_follow_redirects instead of _old_follow_redirects
> 
> Done.

Committed in
https://code.google.com/p/google-api-python-client/source/detail?r=6a9f2cfb7c...
Sign in to reply to this message.

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