diff options
author | Owen W. Taylor <otaylor@fishsoup.net> | 2015-02-23 19:30:47 -0500 |
---|---|---|
committer | Owen W. Taylor <otaylor@fishsoup.net> | 2015-02-23 19:36:12 -0500 |
commit | e9047876089d938921b35e03216c93b5e4708124 (patch) | |
tree | 2b2e961ce5615ffd15bdb136c4f63bb84b136d4e /configure | |
parent | 472436a44777d238abc3a68908783ffb607f7640 (diff) | |
download | git-bz-e9047876089d938921b35e03216c93b5e4708124.tar.gz |
Restore code to remember redirects now we are using urllib2
At times, we can make many separate requests. If we start off with
a URL that bugzilla always redirects (say a HTTP URL), it's better to
"get the message" and start using the target of the redirects.
The code that used to do this was removed with the switch to urllib2.
Add back equivalent code - it can be simplified at this point because
bugzilla was changed to use 301 permanent redirects for HTTP => HTTPS
redirects, and left using 302 requests for attachment
redirects.
https://bugzilla.gnome.org/show_bug.cgi?id=725730
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions