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

Updated httpx module to v0.23.0 and relative dependencies #1485

Closed
wants to merge 3 commits into from

Conversation

CastagnaIT
Copy link
Owner

@CastagnaIT CastagnaIT commented Oct 28, 2022

Check if this PR fulfills these requirements:

Types of changes

  • New feature (non-breaking change which adds functionality)
  • Feature change (non-breaking change which changes behaviour of an existing functionality)
  • Improvement (non-breaking change which improves functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Refactor (non-breaking performance or readability improvements)

Description

Updated httpx module to v0.23.0 and relative dependencies

problem unsolved: when tcp keep alive is enabled recv on httpcore/backends/sync.py raise BlockingIOError error
encode/httpcore#599

maybe new version has fixed the problem, needs test

In case of Feature change / Breaking change:

Describe the current behavior

Describe the new behavior

Screenshots (if appropriate):

Currently there is no way to enable TCP KeepAlive directly on httpx
module

ref. PR:#1172
The new httpx version has disabled it by default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WIP PR that is still being worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant