erlcloud / lhttpc

lhttpc is a lightweight HTTP/1.1 client implemented in Erlang.
Other
1 stars 19 forks source link

connect_timeout is not configurable with connect_options #21

Closed key-master closed 5 years ago

key-master commented 5 years ago

https://github.com/erlcloud/lhttpc/pull/19 introduced parameters configuration with config. and config {connect_options, [{connect_timeout, 1000}]} does not work

key-master commented 5 years ago

@motobob please take a look @egobrain FYI

egobrain commented 5 years ago

@key-master https://github.com/erlcloud/lhttpc/pull/23