AJ Heller

Results 56 comments of AJ Heller

All of the errors are unrelated. Thanks for the patch!

I've asked @ZhenLian to take a look at the OpenSSL-specific pieces, I'm not an expert there. You're missing a target that provides the shared header. Please try building the example...

This looks probably fine, given that the default EventEngine uses an auto-scaling thread pool at the moment. It might be worth watching performance metrics when this change is landed. LGTM...

Thanks for the trace-enabled log, that's helpful. Based on the `Socket closed` error on the first attempt at a read, have you ruled out network errors, and confirmed that your...

> Do you think its a bad/invalid certificate issue? I'm not sure, the client logs might be informative there. Can you run a client locally and reproduce the issue? Reassigning...

> no longer return a vector of closures, instead just execute them directly on an Executor Excellent, I agree, I had started the IOCP implementation with that design, using a...

I ran `Basic Tests Python Linux` 5 times and all succeeded. I don't know of a great way to run this particular set of tests in large number, nor exactly...

CC @ctiller

@miklelappo Thank you for bringing this to our attention. CC'ing @ZhenLian from the security team. From the CVE description: > NOTE: only applications that call inflateGetHeader are affected. gRPC does...

Are you running an unmodified version of the greeter example? Without seeing the application code that generates this crash, it's tough to determine if this is a gRPC bug or...