Skip to content

Dont throw an exception in FastHttpUser if a request is made with stream=True and the connection fails - #2642

Merged
cyberw merged 1 commit into
masterfrom
fix-issue-with-fasthttpuser-with-stream-true-and-connection-error
Mar 18, 2024
Merged

Dont throw an exception in FastHttpUser if a request is made with stream=True and the connection fails#2642
cyberw merged 1 commit into
masterfrom
fix-issue-with-fasthttpuser-with-stream-true-and-connection-error

Conversation

@cyberw

@cyberw cyberw commented Mar 18, 2024

Copy link
Copy Markdown
Collaborator

Fixes #2640

@neiser

neiser commented Mar 18, 2024

Copy link
Copy Markdown
Contributor

@cyberw Thanks for that super quick fix. I was just about to open a PR also addressing this. Your code change does look more sound, though. I've another fix which I've already validated locally, see #2643

@cyberw
cyberw deleted the fix-issue-with-fasthttpuser-with-stream-true-and-connection-error branch March 8, 2025 19:52
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.

'NoneType' object has no attribute 'get' when stream=True in FastHttpSession.request

2 participants