Ryan Day

Results 12 comments of Ryan Day

What were the commonalities in the failures? This feels like an unsupported algorithm or flag or similar.

Possibly linked to the FD leak, #1266.

Recently hit this again on a t2.xlarge. I could not reproduce on my Mac, on an m5.xlarge, or the Travis/Codebuild systems. This started happening on the t2.xlarge, and it happens...

We can provide an alternate for those who wish to develop on an EC2 instance. ``` export TESTS=tls SAW=true GCC_VERSION=NONE codebuild/bin/s2n_codebuild.sh export PATH=$PWD/test-deps/saw/bin/:$PWD/test-deps/z3/bin:$PATH ``` A brief example of how to...

Added in another commit which addresses issue #2

I botched the commits here, but the general idea is to have pooled connections, and use channels to decide which connection is available for the ServiceRequest. I've tested this using...

No problem. The pull is titled AsyncClient Interface because it includes some additions I made for that interface, as well as a "go fmt", which makes it look like more...

My fork has pooling in it, although it isn't yet supported in master. You can put an abstract pool on top of GoRedis though, check out https://gist.github.com/3504674 and https://gist.github.com/3504712 for...

It's been too long since I've looked at this to be a good judge. But if it's a security concern then we should certainly merge it. Could you send in...

I like this. This is really what I should have done instead of the package level variables. I think this would be a better commit to the @martini-contrib/auth package, and...