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

Incorrect lifetime on client.send() #78

Closed
AVee opened this issue Jun 6, 2024 · 0 comments · Fixed by #79
Closed

Incorrect lifetime on client.send() #78

AVee opened this issue Jun 6, 2024 · 0 comments · Fixed by #79

Comments

@AVee
Copy link
Contributor

AVee commented Jun 6, 2024

The client.send() function uses the 'req lifetime for the self parameter. This ties the lifetime of the request to that of the connection (and thus the response) and means the connection cannot be dropped after calling send().

AVee added a commit to AVee/reqwless that referenced this issue Jun 6, 2024
AVee added a commit to AVee/reqwless that referenced this issue Jun 6, 2024
@lulf lulf closed this as completed in #79 Jun 8, 2024
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 a pull request may close this issue.

1 participant