comparison tests/test-issue522.t @ 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 d4e62df1c73d
children 91a0bc50b288
comparison
equal deleted inserted replaced
40674:25b7c4cb5de1 40723:94b0d0f996e1