Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix zeep client correct timeout #445

Closed
wants to merge 1 commit into from

Conversation

jmak-odoo
Copy link
Contributor

The timeout parameter of the zeep transport class is not responsable for POST/GET timeouts. The operational_timeout parameter should be used for that.
See mvantellingen/python-zeep#140

Closes #444

The timeout parameter of the zeep transport class is not responsable for
POST/GET timeouts. The operational_timeout parameter should be used for
that.
See mvantellingen/python-zeep#140

Closes arthurdejong#444
@arthurdejong
Copy link
Owner

Hi @jmak-odoo, thanks for providing the fix. It is merged as 6cbb9bc.

Sign up for free to 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.

Incorrect usage of timeout for zeep
2 participants