Skip to content

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

Closed
CastagnaIT wants to merge 3 commits into
masterfrom
deps
Closed

Updated httpx module to v0.23.0 and relative dependencies#1485
CastagnaIT wants to merge 3 commits into
masterfrom
deps

Conversation

@CastagnaIT

@CastagnaIT CastagnaIT commented Oct 28, 2022

Copy link
Copy Markdown
Owner

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.

1 participant