You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved detection of users calling EventLoopFuture.wait() on some EventLoo p types. (#553)
Added diagnostics to EventLoopFuture.wait() to ensure users can locate the c
all on error. (#578)
Added SocketOptionProvider protocol to provide nicer API for setting socket options. (#589)
Conformed Slice, UnsafeBufferPointer, and UnsafeMutableBufferPointer to ContiguousCollection to improve write speeds. (#586)
Add @discardableResult to ByteBuffer.readWith* methods. (#549)
Improved HTTPHeaders.isKeepAlive to check all values in Connection header. (#414)
Made HTTPHeaderIndex & HTTPHeader structures public, as well as HTTPHeade rs.createHeaderBlock(buffer:headers:) and HTTPHeaders.withUnsafeBufferAndIndices. (#525)