Releases: Kitura/Kitura-net
Releases · Kitura/Kitura-net
1.7.16
What's New
- Add support for Swift 4
- Allow the limit on consecutive Keep-Alive requests per connection to be configurable. The default has been changed to allow an unlimited number of requests.
Temporary workaround for a rare crash under load
Address Intermittent Crashes
Insure that the IncomingSocketProcessor used by an IncomingSocketHandler has the back link to the IncomingSocketHandler initialized before the ReaderSource is resumed.
Also removed an unneeded back link to the IncomingSocketManager.
1.7.13
Fix crash in IncomingSocketHandler
as reported in Kitura/#1034
Tested on Swift 4 6/29 snapshot
1.7.7
Remove modulemap; add CHTTPParser.h (#197)