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: Do not dispose a custom HTTP message handler in an HTTP wait strategy #958

Conversation

jacobjmarks
Copy link
Contributor

Resolves #957

@netlify
Copy link

netlify bot commented Jul 28, 2023

Deploy Preview for testcontainers-dotnet ready!

Name Link
🔨 Latest commit 63258e5
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-dotnet/deploys/64c48235f8749f0007c590db
😎 Deploy Preview https://deploy-preview-958--testcontainers-dotnet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@jacobjmarks jacobjmarks force-pushed the bug/http-wait-strategy-disposal branch from 4a6b545 to 963cd7f Compare July 28, 2023 03:27
@jacobjmarks jacobjmarks changed the title Prevent custom HTTP message handler disposal within HTTP wait strategy fix: Prevent custom HTTP message handler disposal within HTTP wait strategy Jul 28, 2023
@HofmeisterAn HofmeisterAn added the bug Something isn't working label Jul 29, 2023
@HofmeisterAn HofmeisterAn changed the title fix: Prevent custom HTTP message handler disposal within HTTP wait strategy fix: Do not dispose a custom HTTP message handler in an HTTP wait strategy Jul 29, 2023
Copy link
Collaborator

@HofmeisterAn HofmeisterAn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! Thanks for the PR and your contribution.

@HofmeisterAn HofmeisterAn merged commit 556fd41 into testcontainers:develop Jul 29, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: HttpWaitStrategy disposes custom HttpMessageHandler
2 participants