Skip to content

BaseProxy: allow to specify custom connection - #188

Merged
petertodd merged 1 commit into
petertodd:masterfrom
dgpv:base-proxy-custom-conn
Aug 21, 2019
Merged

BaseProxy: allow to specify custom connection#188
petertodd merged 1 commit into
petertodd:masterfrom
dgpv:base-proxy-custom-conn

Conversation

@dgpv

@dgpvdgpv commented Sep 17, 2018

Copy link
Copy Markdown
Contributor

This allows to handle disconnects and reconnections
outside the library, by supplying your own
connection object instead of httplib.HTTPConnection

This allows to handle disconnects and reconnections
outside the library, by supplying your own
connection object instead of httplib.HTTPConnection
petertodd added a commit that referenced this pull request Aug 21, 2019
526b862 BaseProxy: allow to specify custom connection (Dmitry Petukhov)
Pull request description:
This allows to handle disconnects and reconnections
outside the library, by supplying your own
connection object instead of httplib.HTTPConnection
Top commit has no ACKs.
Tree-SHA512: a41adbfd18418c3894abd591616f474fa35126e4e3a3364469d30e766dedad5443274b04532a33bf3cdb26ad8a9402c2230ac09a94f5b6e60ef0f4a9356d0521
@petertodd
petertodd merged commit 526b862 into petertodd:masterAug 21, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@dgpv@petertodd