Re: [Twisted-Python] WebSockets and QUIC for Twisted

2017-07-05 Thread Tristan Seligmann
On Thu, 6 Jul 2017 at 04:58 Glyph wrote: > Why are you interested in QUIC? My understanding was that Google used this > protocol as an experiment, but HTTP/2 is the successful termination of the > experiment, and nobody should really be using it. (For http2 support,

Re: [Twisted-Python] KeyError in SSHConnection.ssh_CHANNEL_OPEN_CONFIRMATION

2017-07-05 Thread Glyph
> On Jul 5, 2017, at 3:00 PM, Stephen McRoberts wrote: > > I'm looking for suggestions why the channel key would be missing after it was > just opened. > I use persistent connections with a timeout but the timer is reset every call > so it stays open. Are you just using

Re: [Twisted-Python] WebSockets and QUIC for Twisted

2017-07-05 Thread Glyph
> On Jul 5, 2017, at 2:32 AM, Barry Scott wrote: > > I am interested in using Twisted with a couple of technologies: WebSockets > and > QUIC. I'm researching what is already available. Why are you interested in QUIC? My understanding was that Google used this

Re: [Twisted-Python] buildbot/osx10.10-py2.7 and required builders for merge

2017-07-05 Thread Glyph
> On Jul 5, 2017, at 2:29 AM, Adi Roiban wrote: > > Hi, > > I did not had to much time to follow twisted-infra activity lately, > sorry if the following question is obvious for all the others. > > Why the OSX build was removed from Travis and forced on buildbot? As Craig

Re: [Twisted-Python] Newer Pypy on buildbot?

2017-07-05 Thread Glyph
> On Jul 5, 2017, at 12:26 PM, Craig Rodrigues wrote: > > Hi, > > This builder: > https://buildbot.twistedmatrix.com/builders/ubuntu16.04-pypy5/builds/86/steps/select/logs/stdio > >

[Twisted-Python] KeyError in SSHConnection.ssh_CHANNEL_OPEN_CONFIRMATION

2017-07-05 Thread Stephen McRoberts
I'm looking for suggestions why the channel key would be missing after it was just opened. I use persistent connections with a timeout but the timer is reset every call so it stays open. Here's some of my logs: 2017-07-05 15:26:45-0500 [-] opening channel 4 with 65536 32768 2017-07-05

[Twisted-Python] Newer Pypy on buildbot?

2017-07-05 Thread Craig Rodrigues
Hi, This builder: https://buildbot.twistedmatrix.com/builders/ubuntu16.04-pypy5/builds/86/steps/select/logs/stdio seems to now be failing with: cryptography 1.9 is not compatible with PyPy < 5.3. Please upgrade PyPy to use this library. Can someone upgrade pypy on this builder? Thanks. --

Re: [Twisted-Python] buildbot/osx10.10-py2.7 and required builders for merge

2017-07-05 Thread Craig Rodrigues
On Wed, Jul 5, 2017 at 2:29 AM, Adi Roiban wrote: > > Why the OSX build was removed from Travis and forced on buildbot? > > At the time that Glyph did this, the OSX builders on Travis were overloaded from all projects (not just Twisted) and took a long time to run. This slowed

[Twisted-Python] WebSockets and QUIC for Twisted

2017-07-05 Thread Barry Scott
I am interested in using Twisted with a couple of technologies: WebSockets and QUIC. I'm researching what is already available. I found the autobahn-python for WebSockets, are there other projects that provide WebSockets that I have missed? I could not find references to any projects

[Twisted-Python] buildbot/osx10.10-py2.7 and required builders for merge

2017-07-05 Thread Adi Roiban
Hi, I did not had to much time to follow twisted-infra activity lately, sorry if the following question is obvious for all the others. Why the OSX build was removed from Travis and forced on buildbot? I think that for contributor without write access to the main repo, this is a big handicap as