Juliusz Chroboczek wrote:
>> I found the following assert at io.c:281 was triggering:
>>
>
>
>> assert(*request->u.l.buf_location == NULL);
>>
>
> The assertion is guarded by
>
> if(request->buf == NULL)
>
> Now look at what happens in do_stream_buf (io.c line 111):
>
> return sc
Juliusz Chroboczek wrote:
>> Couldn't send request to server: Immediate shutdown requested
>> ==24601== Invalid read of size 8
>> ==24601==at 0x416084: httpServerFinish (server.c:1157)
>> ==24601==by 0x41889D: httpServerDelayedFinishHandler (server.c:1332)
>> ==24601==by 0x403792: runTi
> Couldn't send request to server: Immediate shutdown requested
> ==24601== Invalid read of size 8
> ==24601==at 0x416084: httpServerFinish (server.c:1157)
> ==24601==by 0x41889D: httpServerDelayedFinishHandler (server.c:1332)
> ==24601==by 0x403792: runTimeEventQueue (event.c:492)
> ==
> I found the following assert at io.c:281 was triggering:
> assert(*request->u.l.buf_location == NULL);
The assertion is guarded by
if(request->buf == NULL)
Now look at what happens in do_stream_buf (io.c line 111):
return schedule_stream(operation, fd, offset,