On Thu, Nov 10, 2011 at 3:35 PM, William A. Rowe Jr. <[email protected]> wrote: > On 11/10/2011 4:55 PM, [email protected] wrote: >> >> URL: http://svn.apache.org/viewvc?rev=1200612&view=rev >> Log: >> Remove AP_MODE_INIT, it is a no-op, everywhere > > This was added in order to init ssl connections on protocols which > follow a write-then-read logic like snmp or ftp. > > I should be able to create a proof of concept quickly just adding a > mod_echo welcome message and test if it's still needed for mod_ssl. >
It's not needed in mod_ssl though -- it just ignored it. I think this got fixed when mod_ssl was changed to support RFC 2817 - Upgrading to TLS Within HTTP/1.1. If every module just ignores it and treats it as a no-op, why does it matter what the protocol module wants to do?
