On Oct 23, 2006, at 2:22 PM, Brian McQueen wrote:

This is sounding good.  How do I gain the level of control that you
are describing here?  The request_rec has a conn_rec, but I don't see
how to get beyond that.  If I've successfully read 4096 bytes, how do
I then stop any further transactions on the socket?  I don't know how
to grab the socket in order to close it!

There is a (at least one) way to mark the connection as aborted
after the read.  I'd explain, but have too much on my plate right
now (flight to switzerland in the morning).  Search for "aborted"
in the code and see what others do.

....Roy

Reply via email to