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

fix(awc): prevent panics in pool drop for h1 connections #3448

Merged
merged 3 commits into from
Aug 18, 2024

Conversation

robjtede
Copy link
Member

@robjtede robjtede commented Aug 10, 2024

PR Type

Fix

PR Checklist

  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • A changelog entry has been made for the appropriate packages.
  • Format code with the latest stable rustfmt.
  • (Team) Label with affected crates and semver status.

Overview

possible closes #3445

@robjtede robjtede merged commit c055723 into master Aug 18, 2024
7 of 8 checks passed
@robjtede robjtede deleted the fix-awc-panic branch August 18, 2024 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Destructor of awc::Client panics when the runtime is stopped
1 participant