Follow-up to r1789024
Need to add socket/processor to connection cache when sendfile is in progress so pipe-lined request is processed
Add syncs to AprEndpoint so that only one thread can process a soocket at a time else the transfer between sendfile and normal processing can result in concurrent socket usage.
This is part of the fix for CVE-2017-5647
|