Thanks to visit codestin.com
Credit goes to github.com

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: ninenines/gun
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: athonet-open/gun
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: athonet
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 4 files changed
  • 3 contributors

Commits on May 27, 2025

  1. Implemented 'start_pool_if_missing' automatic allocation logic

    Umberto Corponi authored and Alberto Sartori committed May 27, 2025
    Configuration menu
    Copy the full SHA
    00d94df View commit details
    Browse the repository at this point in the history
  2. Fix crash during concurrent pool creation

    Umberto Corponi authored and Alberto Sartori committed May 27, 2025
    Configuration menu
    Copy the full SHA
    6492c77 View commit details
    Browse the repository at this point in the history
  3. Use cowlib from hex

    albertored authored and Alberto Sartori committed May 27, 2025
    Configuration menu
    Copy the full SHA
    6b6c2fe View commit details
    Browse the repository at this point in the history
  4. Handle '[Ipv6]:Port' hostnames format in gun_pool

    Umberto Corponi authored and Alberto Sartori committed May 27, 2025
    Configuration menu
    Copy the full SHA
    4f90c09 View commit details
    Browse the repository at this point in the history
  5. Fixes gun pool stats increment when connection is reset

    15:40:11.662 [error] [fileline= gen_statem.erl:2617] - GenStateMachine #PID<0.735.0> terminating
    ** (ArgumentError) errors were found at the given arguments:
    
      * 1st argument: the table identifier does not refer to an existing ETS table
    
        (stdlib 5.1.1) :ets.update_counter(#Reference<0.2218396996.1704329224.140008>, #PID<0.735.0>, -1)
        (gun 2.0.1) deps/gun/src/gun_pool_events_h.erl:107: :gun_pool_events_h.response_end/2
        (gun 2.0.1) deps/gun/src/gun_http2.erl:678: :gun_http2.headers_frame_response/7
        (gun 2.0.1) deps/gun/src/gun_http2.erl:493: :gun_http2.headers_frame/9
        (gun 2.0.1) deps/gun/src/gun_http2.erl:238: :gun_http2.parse/5
        (gun 2.0.1) deps/gun/src/gun.erl:1423: :gun.handle_common_connected_no_input/4
        (stdlib 5.1.1) gen_statem.erl:1377: :gen_statem.loop_state_callback/11
        (stdlib 5.1.1) proc_lib.erl:241: :proc_lib.init_p_do_apply/3
    riccardo manfrin authored and Alberto Sartori committed May 27, 2025
    Configuration menu
    Copy the full SHA
    b40210c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. Prevents gen server crash nasty log

    riccardo manfrin authored and Alberto Sartori committed May 30, 2025
    Configuration menu
    Copy the full SHA
    8f10366 View commit details
    Browse the repository at this point in the history
Loading