Hi, is there any reason why we can't define open_timeout and read_timeout independently?
I would be happy to implement it; I think the following code would be enough:
defopen_timeout=(new_timeout)@http.open_timeout=new_timeoutenddefread_timeout=(new_timeout)@http.read_timeout=new_timeoutend
Hi, is there any reason why we can't define open_timeout and read_timeout independently?
I would be happy to implement it; I think the following code would be enough: