Re: [Qemu-devel] [PATCH v2] block.curl: adding 'curltimeout' option

2014-08-13 Thread Daniel H Barboza
On 08/13/2014 11:38 AM, Benoît Canet wrote: The Tuesday 12 Aug 2014 à 16:12:57 (-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 l

Re: [Qemu-devel] [PATCH v2] block.curl: adding 'curltimeout' option

2014-08-13 Thread Benoît Canet
The Tuesday 12 Aug 2014 à 16:12:57 (-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 connec

Re: [Qemu-devel] [PATCH v2] block.curl: adding 'curltimeout' option

2014-08-12 Thread Fam Zheng
On Tue, 08/12 16:12, 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 connection. > > Adding a new

[Qemu-devel] [PATCH v2] block.curl: adding 'curltimeout' option

2014-08-12 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