Philip Martin writes:
> Philip Martin writes:
>
>> handle_fetch (request=0x73e56038, response=0x73e918b8,
>> handler_baton=0x73e611e0, pool=0x73e6d028)
>> at ../src/subversion/libsvn_ra_serf/update.c:1152
>> 1152 if (SERF_BUCKET_READ_ERROR(status))
>> (gdb) p statu
Philip Martin writes:
> handle_fetch (request=0x73e56038, response=0x73e918b8,
> handler_baton=0x73e611e0, pool=0x73e6d028)
> at ../src/subversion/libsvn_ra_serf/update.c:1152
> 1152if (SERF_BUCKET_READ_ERROR(status))
> (gdb) p status
> $13 = 0
So that's what hap
Justin Erenkrantz writes:
> On Wed, Nov 5, 2014 at 9:24 AM, Philip Martin
> wrote:
>> Configure a server with both mod_ssl (HTTPS) and mod_deflate (HTTP
>> compression). Start a checkout and the kill the server. The client
>> goes into an infinite loop in libsvn_ra_serf/update.c:handle_fetch
What's the status code from serf_bucket_read() on line 1151? I would
expect that the socket read should be generating a ECONNABORTED
somewhere? -- justin
On Wed, Nov 5, 2014 at 9:24 AM, Philip Martin wrote:
> Configure a server with both mod_ssl (HTTPS) and mod_deflate (HTTP
> compression).
Configure a server with both mod_ssl (HTTPS) and mod_deflate (HTTP
compression). Start a checkout and the kill the server. The client
goes into an infinite loop in libsvn_ra_serf/update.c:handle_fetch
(gdb) n
1147 svn_txdelta_window_t delta_window = { 0 };
(gdb) n
1151 status =
5 matches
Mail list logo