This is an archive of the discontinued Mercurial Phabricator instance.

keepalive: work around slight deficiency in vcr
ClosedPublic

Authored by durin42 on Sep 15 2018, 1:23 AM.

Details

Summary

VCR's response type doesn't define the will_close attribute. Let's
just have keepalive default to closing the socket if the will_close
attribute is missing.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.