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: JuliaWeb/HTTP.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: JuliaWeb/HTTP.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-1.9
Choose a head ref
  • 6 commits
  • 13 files changed
  • 4 contributors

Commits on Oct 2, 2023

  1. Backport #1092: Change logs to use current_exceptions_to_string() ins…

    …tead of `exception=` pattern (#1115)
    
    * Change logs to use `current_exceptions_to_string()` instead of `exception=` pattern (#1092)
    
    * Change logs to use `current_exceptions_to_string()` instead of `exception=`
    
    * cleanup unused variable `catch e`
    
    * Update Exceptions.jl for older julia
    
    * Rename err => msg; fix missing import
    
    * Make "Don't retry on internal exceptions" less flakey
    
    ---------
    
    Co-authored-by: Nick Robinson <[email protected]>
    Co-authored-by: Tomáš Drvoštěp <[email protected]>
    
    * Bump release to v1.9.16 for #1092
    
    ---------
    
    Co-authored-by: Nick Robinson <[email protected]>
    Co-authored-by: Tomáš Drvoštěp <[email protected]>
    3 people authored Oct 2, 2023
    2 Configuration menu
    Copy the full SHA
    e04a6ba View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Backport logging improvement from pull/1150 to v1.9 release (#1151)

    * Don't collect exception stack if it won't be logged
    
    * Bump version
    nickrobinson251 authored Feb 16, 2024
    2 Configuration menu
    Copy the full SHA
    e68131e View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    6a3b0a9 View commit details
    Browse the repository at this point in the history
  2. Make CI green again (#1128) (#1152)

    * Fix tests for new version of `ConcurrentUtilities`
    
    `ConcurrentUtilities` changed an (internal) fieldname of the `Pool` type
    from `max` to `limit`. This field is used in HTTP.jl tests so this patch
    works around the issue.
    
    * Remove invalidation CI check
    
    This has been failing for quite some time with some internal error. Also
    in the working case it is a bit unclear what the actionable thing is
    when it errors (xref
    #920 (comment)).
    
    Co-authored-by: Fredrik Ekre <[email protected]>
    nickrobinson251 and fredrikekre authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    f20777d View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Introduce connections_lock to protect Server.connections (backport 1.…

    …9) (#1162)
    
    * Introduce `connections_lock` for mutating `Server.connections`
    * Add comment
    * Version bump
    Drvi authored Mar 26, 2024
    2 Configuration menu
    Copy the full SHA
    3a79e9a View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. 2 Configuration menu
    Copy the full SHA
    0cfe5ce View commit details
    Browse the repository at this point in the history
Loading