Apache: get client socket descriptor from request_rec?
- by Mark Harrison
I would like to call sendfile() to send some data to the client with as little overhead as possible.
Given an Apache struct request_rec, how can I get the fd associated with the client socket?