Denis Kovalchuk <denis.kovalc...@visualsvn.com> writes: > I noticed that serf bio implementation does not properly handle unknown ctrl > requests by returning 1 instead of 0. According to the documentation [1], > the implementation is expected to return 0 for unknown ctrls. > > This issue has been discussed in SERF-198 [2]. I would like to propose an > updated and extended patch to solve the issue. > > The patch includes: > - The fix for the bio_bucket_ctrl() function. > - Similar fix for the new bio_file_ctrl() function. > - Similar fix for the bio_apr_socket_ctrl() function in the MockHTTP server.
Committed in https://svn.apache.org/r1902304 Thanks, Evgeny Kotkov