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

[BUG] [python] the client should not forcefully turn off httplib debug #18871

Closed
ZeeD opened this issue Jun 6, 2024 · 0 comments · Fixed by #18872
Closed

[BUG] [python] the client should not forcefully turn off httplib debug #18871

ZeeD opened this issue Jun 6, 2024 · 0 comments · Fixed by #18872

Comments

@ZeeD
Copy link
Contributor

ZeeD commented Jun 6, 2024

Description

configuration.Configuration has a debug property that, if set, turn off httplib debug. This is reasonable.
but also, the __init__ method forcefully set debug = False. this means that just using the library turn them off.
The constructor shoudn't touch the debug property.

openapi-generator version

openapi-generator-cli 7.6.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant