On Mon, Oct 1, 2012 at 10:38 PM, Shawn Pearce wrote:
> On Mon, Oct 1, 2012 at 3:18 PM, Jeff King wrote:
>> On Mon, Oct 01, 2012 at 02:23:06PM -0700, Shawn O. Pearce wrote:
>>>
>>> When libcurl fails to connect to an SSL server always retry the
>>> request once. Since the connection failed before
On Mon, Oct 1, 2012 at 3:18 PM, Jeff King wrote:
> On Mon, Oct 01, 2012 at 02:23:06PM -0700, Shawn O. Pearce wrote:
>>
>> When libcurl fails to connect to an SSL server always retry the
>> request once. Since the connection failed before the HTTP headers
>> can be sent, no data has exchanged hands
On Mon, Oct 1, 2012 at 5:23 PM, Shawn O. Pearce wrote:
> From: "Shawn O. Pearce"
>
> When libcurl fails to connect to an SSL server always retry the
> request once. Since the connection failed before the HTTP headers
> can be sent, no data has exchanged hands, so the remote side has
> not learned
Jeff King writes:
> On Mon, Oct 01, 2012 at 02:53:17PM -0700, Junio C Hamano wrote:
>
>> "Shawn O. Pearce" writes:
>>
>> > + for (attempts = 0; attempts < 2; attempts++) {
>> > + if (start_active_slot(slot)) {
>> > + run_active_slot(slot);
>> > + if (
On Mon, Oct 01, 2012 at 02:53:17PM -0700, Junio C Hamano wrote:
> "Shawn O. Pearce" writes:
>
> > + for (attempts = 0; attempts < 2; attempts++) {
> > + if (start_active_slot(slot)) {
> > + run_active_slot(slot);
> > + if (slot->results->curl_resul
On Mon, Oct 01, 2012 at 02:23:06PM -0700, Shawn O. Pearce wrote:
> From: "Shawn O. Pearce"
>
> When libcurl fails to connect to an SSL server always retry the
> request once. Since the connection failed before the HTTP headers
> can be sent, no data has exchanged hands, so the remote side has
>
"Shawn O. Pearce" writes:
> + for (attempts = 0; attempts < 2; attempts++) {
> + if (start_active_slot(slot)) {
> + run_active_slot(slot);
> + if (slot->results->curl_result ==
> CURLE_SSL_CONNECT_ERROR)
> + cont
"Shawn O. Pearce" writes:
> Lets assume the site operators (Hi Google!) have a clue and are
> doing everything they already can to ensure secure, successful
> SSL connections from a wide range of HTTP clients. Implementing a
> single level of retry in the client can make it more robust against
>
From: "Shawn O. Pearce"
When libcurl fails to connect to an SSL server always retry the
request once. Since the connection failed before the HTTP headers
can be sent, no data has exchanged hands, so the remote side has
not learned of the request and will not perform it twice.
In the wild we have
9 matches
Mail list logo