comparison Makefile @ 30922:1beeb5185930

keepalive: honor urllib2 style get_method overrides In urllib2 docs and discussions it can be found that in order to make a request other than GET or POST the get_method of a Request object can be overriden. Make Mercurial's internal version of this honor the return value of get_method. Please see the followup patch to the bugzilla extension for the reason for this change. Marking RFC because I'm not entirely sure this is the right way make the HTTP requests.
author John Mulligan <phlogistonjohn@asynchrono.us>
date Mon, 13 Feb 2017 15:12:17 -0500
parents 22a4f664c1a5
children e4492d55fb66
comparison
equal deleted inserted replaced
30921:1f151a33af8e 30922:1beeb5185930