Re: ra_serf infinite loop with mod_ssl and mod_deflate

2014-11-11 Thread Philip Martin
Justin Erenkrantz jus...@erenkrantz.com writes: On Wed, Nov 5, 2014 at 9:24 AM, Philip Martin phi...@codematters.co.uk 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

Re: ra_serf infinite loop with mod_ssl and mod_deflate

2014-11-11 Thread Philip Martin
Philip Martin philip.mar...@wandisco.com 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 =

Re: ra_serf infinite loop with mod_ssl and mod_deflate

2014-11-11 Thread Philip Martin
Philip Martin phi...@codematters.co.uk writes: Philip Martin philip.mar...@wandisco.com writes: handle_fetch (request=0x73e56038, response=0x73e918b8, handler_baton=0x73e611e0, pool=0x73e6d028) at ../src/subversion/libsvn_ra_serf/update.c:1152 1152 if

Re: ra_serf infinite loop with mod_ssl and mod_deflate

2014-11-10 Thread Justin Erenkrantz
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 phi...@codematters.co.uk wrote: Configure a server with both mod_ssl (HTTPS) and mod_deflate

ra_serf infinite loop with mod_ssl and mod_deflate

2014-11-05 Thread Philip Martin
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