gun icon indicating copy to clipboard operation
gun copied to clipboard

HTTP/1.1, HTTP/2, Websocket client (and more) for Erlang/OTP.

Results 53 gun issues
Sort by recently updated
recently updated
newest added

version: 2.0 I'm getting a crash in our gun cluster system. seems to happen only when we send a ping ``` ** (UndefinedFunctionError) function :gun_http.ws_send/6 is undefined or private (gun...

Hi @essen! I have this patch that expands the `start_pool_if_missing` logic, allocating a new pool on demand. If a pool for a certain authority already exists, the checkout process succeed,...

'gun_tunnel_up' support in flush_pid/1, flush_ref/1 is missing now. Please fix this.

`keepalive_tolerance`: The number of unacknowledged pings that can be tolerated before the connection is forcefully closed. When a keepalive ping is sent to the peer, a counter is incremented and...

Hi, We would like to send the ping ack response to parent process. So that we can monitor successive pings and raise flag for connection fail. Please provide suggestions how...

It's useful to be able to check the HTTP connection status (connected, closing, not connected, etc.). The current gen_statem state name provides exactly this info. This commit adds it to...

As shown in https://github.com/ninenines/gun/pull/290 it can loop infinitely if bad options are given.

Hello Gun vsn - 2.0.0-rc.2 I faced some stream_error issue with the latest version of gun connection pool options for gun `Opts2 = Opts#{ connect_timeout => 5000, retry => 200,...

[To get faster reaction times on failing socket-send of echos/requests we now handle the response from the send call where applicable. To avoid a larger change in the statemachine a...