Re: [Twisted-Python] Switching Protocols and TLS

2012-08-29 Thread Tobias Oberstein
> >Any hint how to track that down would be great! > > The `protocol´ attribute isn't part of the transport interface. Some > transports > are implemented in a way such that changing that attribute to refer to a > different protocol will produce the behavior you're after, but not all. In > part

Re: [Twisted-Python] Switching Protocols and TLS

2012-08-29 Thread exarkun
On 01:19 pm, tobias.oberst...@tavendo.de wrote: >Hello, > >I am running a Twisted Web Site object that switches the protocol for >specific paths. >The goal is to run Twisted Web, and have certain paths mapped to >WebSocket. > >I am aware of > >http://twistedmatrix.com/trac/ticket/3204 > >but in t

[Twisted-Python] Switching Protocols and TLS

2012-08-29 Thread Tobias Oberstein
Hello, I am running a Twisted Web Site object that switches the protocol for specific paths. The goal is to run Twisted Web, and have certain paths mapped to WebSocket. I am aware of http://twistedmatrix.com/trac/ticket/3204 but in the meantime have working code https://github.com/tavendo/Au