Re: [Qemu-devel] [PATCH v3] block.curl: adding 'timeout' option

2014-08-26 Thread Richard W.M. Jones
On Wed, Aug 13, 2014 at 12:44:27PM -0300, Daniel Henrique Barboza wrote: > The curl hardcoded timeout (5 seconds) sometimes is not long > enough depending on the remote server configuration and network > traffic. The user should be able to set how much long he is > willing to wait for the connectio

Re: [Qemu-devel] [PATCH v3] block.curl: adding 'timeout' option

2014-08-14 Thread Benoît Canet
The Wednesday 13 Aug 2014 à 12:44:27 (-0300), Daniel Henrique Barboza wrote : > The curl hardcoded timeout (5 seconds) sometimes is not long > enough depending on the remote server configuration and network > traffic. The user should be able to set how much long he is > willing to wait for the conn

[Qemu-devel] [PATCH v3] block.curl: adding 'timeout' option

2014-08-13 Thread Daniel Henrique Barboza
The curl hardcoded timeout (5 seconds) sometimes is not long enough depending on the remote server configuration and network traffic. The user should be able to set how much long he is willing to wait for the connection. Adding a new option to set this timeout gives the user this flexibility. The