commit | 52a733d604528fa86d05321bb74241a43aea4211 | [log] [tgz] |
---|---|---|
author | Peter Lamut <plamut@users.noreply.github.com> | Wed Jan 22 19:07:03 2020 +0000 |
committer | Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> | Wed Jan 22 11:07:03 2020 -0800 |
tree | 49264edaf83523f18f1d62afa05817e5b7123e6c | |
parent | af23e6926d8519f30a481ffeb7910ccd0f45dc48 [diff] |
feat: distinguish transport and execution time timeouts (#424) In Requests transport treat ``timeout`` stricly as a transport timeout, while the total allowed method execution time can be set with an optional ``max_allowed_time`` argument.