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
The analysis of an issue involving failures from a shared URLSession when the server is repeatedly stopped/started concluded that the issue relates to when the HTTPServer is stopped, and any open connections are abruptly closed. Curl doesn't seem to handle this well.
This was resolved for Kitura-NIO under Kitura/Kitura-NIO#216 where we concluded that connections should be closed gracefully on server stop. The same should be applied to Kitura-net.
The text was updated successfully, but these errors were encountered:
See Kitura/SwiftyRequest#69
The analysis of an issue involving failures from a shared URLSession when the server is repeatedly stopped/started concluded that the issue relates to when the HTTPServer is stopped, and any open connections are abruptly closed. Curl doesn't seem to handle this well.
This was resolved for Kitura-NIO under Kitura/Kitura-NIO#216 where we concluded that connections should be closed gracefully on server stop. The same should be applied to Kitura-net.
The text was updated successfully, but these errors were encountered: