Clinton Nkwocha
Clinton Nkwocha
Motivation: Long sequences of CONTINUATION frames can be used to mount attacks by attempting to get a remote peer to consume large amounts of memory. Modifications: - Add a limit...
Motivation: This setup is needed as part of the implementation of the health checking service. Modifications: - Pull in updates for the upstream protos and re-generate stubs. - Update the...
Motivation: A potential race exists between a server sending a GOAWAY frame and a client opening a new stream (i.e., sending a HEADERS frame before receiving an already sent GOAWAY...
Motivation: When the connection is fully quiesced, an endpoint responds with a connection error when it receives or tries to respond to a PING frame. This behaviour is unnecessary. Modifications:...
Motivation: As requested in issues [#2875](https://github.com/apple/swift-nio/issues/2875) and [#2876](https://github.com/apple/swift-nio/issues/2876), it would be convenient to be able to read the contents of a file into more data types such as `Array`, `ArraySlice`...
Motivation: [RFC 9651](https://www.ietf.org/rfc/rfc9651.html) added the Date Structured Type. Modifications: - Implement the parser and serializer for Date in the RawStructuredFieldValues module. Result: The RawStructuredFieldValues module will support the Date type.