Tags: Noooste/azuretls-client
Tags
chore(deps): Bump golang.org/x/net from 0.44.0 to 0.46.0 (#415) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.44.0 to 0.46.0. - [Commits](golang/net@v0.44.0...v0.46.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.46.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix(http3): add support for custom ClientHelloSpec in HTTP/3 connecti… …ons (#406) * fix(http3): add support for custom ClientHelloSpec in HTTP/3 connections Signed-off-by: Noooste <83548733+Noooste@users.noreply.github.com> * fix(http3): update ClientHelloSpec retrieval to use instance method Signed-off-by: Noooste <83548733+Noooste@users.noreply.github.com> --------- Signed-off-by: Noooste <83548733+Noooste@users.noreply.github.com>
chore(deps): Bump actions/setup-go from 5 to 6 (#393) Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix: Resolve DATA RACE on ReadResponse (#389) * fix: resolve data race in response body handling and improve test coverage Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com> * fix: correct indentation for SECURE_PROXY in push.yml Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com> --------- Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com>
Fix: Race condition on body decompression (#385) * fix(tests): update test URLs from httpbin.org to httpbingo.org Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com> * refactor(tests): remove unnecessary fmt.Println statements from test files Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com> * fix(tests): remove unused response variable in session.Get test Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com> * fix(request): add Accept-Encoding header conditionally based on decompression setting Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com> * fix(encoding): ensure proper closure of response body reader Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com> * test(compression): add local tests for various compression algorithms Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com> * fix(decompression): simplify gzip handling and improve response body decoding Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com> --------- Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com>
feat(compression): Add DisableAutoDecompression (#382) * feat(azuretls): add option to disable automatic response decompression Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com> * test: update decompression tests and improve error handling in response Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com> --------- Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com>
PreviousNext