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
Using cin.get() as a means to stop the server listening for requests is
preventing the server from being used in a CI environment. This also allows
the test server to run in background since exit is now controlled by a
http request.
0 commit comments