You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: should HEAD request keepalive by default (#566)
closes#565
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
## Release Notes
- **New Features**
- Enhanced request handling with the addition of a `reset` property for
more control over HTTP requests.
- Improved diagnostics capabilities for socket management and error
handling.
- **Bug Fixes**
- Updated error handling to ensure retries are based on specific error
types.
- **Tests**
- Introduced new test cases to validate keep-alive behavior for HTTP
HEAD requests.
- Enhanced existing tests to ensure accurate tracking of socket requests
and responses.
- **Documentation**
- Updated documentation for the `reset` property in request options to
clarify its default behavior.
- **Chores**
- Minor adjustments to logging namespaces for consistency.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
0 commit comments