Displaying 2 results from an estimated 2 matches for "f6dd24658fb1".
2015 Sep 07
0
[Patch] Fix hang in safe_sendfile on SmartOS
...dfile() is still indicating that it's sending some data (by updating s_offset) even though it's returning a failure. I wonder if reverting the earlier EOPNOTSUPP change and applying this patch causes it to assert-crash instead of going to infinite loop? http://hg.dovecot.org/dovecot-2.2/rev/f6dd24658fb1
2015 Sep 07
1
[Patch] Fix hang in safe_sendfile on SmartOS
> Am 07.09.2015 um 21:34 schrieb Timo Sirainen <tss at iki.fi>:
>
> On 07/16/2015 06:03 PM, Sebastian Wiedenroth wrote:
>> Fix hang in safe_sendfile on SmartOS
>>
>> The call to sendfile on SmartOS can fail with EOPNOTSUPP. This is a valid error
>> code and documented in the man page. This error code needs to be handled or
>> else dovecot will retry