comparison hgext/phabricator.py @ 40723:94b0d0f996e1 stable

wireprotov2peer: always return a bool from _processredirect() Without this, we may stop servicing the redirect response if the future has already been resolved. And the future will often be resolved very early, since many consumers iterate the decoded CBOR object stream and expect data to lazily arrive.
author Gregory Szorc <gregory.szorc@gmail.com>
date Wed, 28 Nov 2018 10:37:43 -0800
parents 7e2c58b08e74
children d7d3164e6a31 536beb130f3c
comparison
equal deleted inserted replaced
40674:25b7c4cb5de1 40723:94b0d0f996e1