On 28 Oct, 08:40 pm, [email protected] wrote: > >For some reason I thought IProtocol.makeConnection did that; I guess >it's >because the implementation in Protocol sets the `transport` attribute >(I >thought it was the other way around). > >I've set transport.protocol = myNewProtocol and now there's one extra >passing acceptance test.
In case anyone didn't read #3204: this is, of course, an unsupported use of transports and not guaranteed to work or continue working (currently it will not work if you happen to be using the (preferred) protocol- based SSL implementation). Jean-Paul _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
