Cory Benfield
Cory Benfield
Per fredrikwidlund/libreactor#5, there appears to be a mild performance advantage in calling `send` and `recv` instead of `write` and `read`. This performance advantage is constrained to scalar operations (does not...
Our documentation doesn't discuss child channels much: we should add some discussion of them.
SwiftNIO compiles fine for the various Apple platforms, but we don't typically CI on them. As a result, our tests tend not to build. This has led to [our build...
Compiling for visionOS in Xcode 15.2 on 23C71 yields an enormous number of build errors (180+)
Motivation: In previous patches we shrank the size of HTTP2Frame by making various data types indirect in the frame payload. This included HEADERS, which is unfortunte as HEADERS frames are...
Fuzzing!
@alex, I want to fuzz the crap out of this. Let me know when you've got a blog post for this.
How do I use the thing?
It'd be great if you could just generally `import certitude` and get an interface to your system-local trust store. We can probably do this using `wincertstore` for Windows, and just...
Tests are good, let's have some.