Skip to content

Commit

Permalink
Don't enable read back pressure by default
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnj committed Oct 4, 2024
1 parent 5330787 commit 73ec6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sockets/client.jl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ mutable struct Client <: IO
ssl_cacert=nothing,
ssl_insecure=false,
ssl_alpn_list="h2;http/1.1",
enable_read_back_pressure::Bool=true,
enable_read_back_pressure::Bool=false,
requested_event_loop=C_NULL,
host_resolution_override_config=C_NULL,
debug::Bool=false)
Expand Down

0 comments on commit 73ec6d5

Please # to comment.