Re: [Twisted-Python] I'm working on a SPDY implementation

2012-02-11 Thread Laurens Van Houtven
Woo, excellent :) I am very excited by this project and your progress so far, keep up the good work :) On Sat, Feb 11, 2012 at 12:52 AM, Myers Carpenter wrote: > I'm working on a SPDY protocol implementation for Twisted. I've been > keeping a hacking log here: > > http://icepick.info/2012/02/1

[Twisted-Python] I'm working on a SPDY implementation

2012-02-10 Thread Myers Carpenter
I'm working on a SPDY protocol implementation for Twisted. I've been keeping a hacking log here: http://icepick.info/2012/02/10/txspdy-day-3-pyopenssl-done-now-python-code/ So far I've gotten the NPN methods added to pyopenssl, and I'm now working on a protocol that parses the frames. At the en