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

2014-08-13 Thread Daniel H Barboza
On 08/13/2014 11:07 AM, Markus Armbruster wrote: Daniel H Barboza writes: On 08/13/2014 09:39 AM, Daniel H Barboza wrote: On 08/13/2014 06:15 AM, Markus Armbruster wrote: Daniel Henrique Barboza writes: The curl hardcoded timeout (5 seconds) sometimes is not long enough depending on the

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

2014-08-13 Thread Markus Armbruster
Daniel H Barboza writes: > On 08/13/2014 09:39 AM, Daniel H Barboza wrote: >> >> On 08/13/2014 06:15 AM, Markus Armbruster wrote: >>> Daniel Henrique Barboza writes: >>> The curl hardcoded timeout (5 seconds) sometimes is not long enough depending on the remote server configuration and

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

2014-08-13 Thread Daniel H Barboza
On 08/13/2014 09:39 AM, Daniel H Barboza wrote: On 08/13/2014 06:15 AM, Markus Armbruster wrote: Daniel Henrique Barboza writes: 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 s

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

2014-08-13 Thread Daniel H Barboza
On 08/13/2014 06:15 AM, Markus Armbruster wrote: Daniel Henrique Barboza writes: 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 con

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

2014-08-13 Thread Markus Armbruster
Daniel Henrique Barboza writes: > 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

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

2014-08-12 Thread Daniel H Barboza
On 08/12/2014 12:36 PM, Eric Blake wrote: On 08/12/2014 08:35 AM, 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 wa

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

2014-08-12 Thread Eric Blake
On 08/12/2014 08:35 AM, 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 n

[Qemu-devel] [PATCH] 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