Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Noooste/azuretls-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.12.0
Choose a base ref
...
head repository: Noooste/azuretls-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.12.1
Choose a head ref
  • 1 commit
  • 14 files changed
  • 1 contributor

Commits on Aug 28, 2025

  1. 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>
    Noooste authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    5bbe741 View commit details
    Browse the repository at this point in the history
Loading