curl -m 0.5 is not working for me. Perhaps somebody could have the same issue.
curl -m supports decimal numbers, but 0.5 is not recognized.
Using 0.5 leads to the following error :
curl: option -m: expected a proper numerical parameter
Use 0,5 instead or just the whole number 1 like me.
Tested on curl versions 7.52.1 and 7.58.0
[related to pull #4 ]
curl -m 0.5is not working for me. Perhaps somebody could have the same issue.curl -msupports decimal numbers, but0.5is not recognized.Using
0.5leads to the following error :Use
0,5instead or just the whole number1like me.Tested on curl versions 7.52.1 and 7.58.0
[related to pull #4 ]