JuliaComputing / gRPCClient.jl

A Julia gRPC Client
Other
48 stars 3 forks source link

new `low_speed_limit` and `low_speed_time` options #23

Closed manuelbb-upb closed 2 years ago

manuelbb-upb commented 2 years ago

This is what I came up with to circumvent issue https://github.com/JuliaComputing/gRPCClient.jl/issues/22 Both options default to 0 in accordance with the corresponding Curl options.

manuelbb-upb commented 2 years ago

The second commit reverts my change to the version number in Project.toml. I used that for testing purposes, but of course versioning should be up to the project maintainer :)

manuelbb-upb commented 2 years ago

This is relevant here also: https://github.com/JuliaLang/Downloads.jl/issues/193

tanmaykm commented 2 years ago

@manuelbb-upb are there any more changes to be done here? If not, maybe mark it ready?

tanmaykm commented 2 years ago

Closing, as these are most likely not needed. Ref: https://github.com/JuliaComputing/gRPCClient.jl/issues/22#issuecomment-1189813999