PR on trunk, for review and commenting: https://github.com/apache/httpd/pull/190

This change makes it possible to have more than one SSL module handling proxy 
connections. The intention is to do this in a backward compatible way, like the 
previous ap_ssl_* changes. 

The addition of a `conn_rec->outgoing` flag, set for these connections, makes 
it easy for any connection handling code to filter on the types of connections 
it is interested in. 

Our test suite runs fine with these changes.

Cheers, Stefan

Reply via email to