Closed micbou closed 7 years ago
@vheon You seem to be busy so I'll go ahead and merge this PR and https://github.com/vheon/JediHTTP/pull/40.
@zzbot r+
Reviewed 7 of 7 files at r1, 1 of 1 files at r2, 2 of 2 files at r3. Review status: all files reviewed at latest revision, all discussions resolved.
Comments from Reviewable
:pushpin: Commit 430fe64 has been approved by micbou
:hourglass: Testing commit 430fe64bb360ebee47cb6e679cddb68c018bae43 with merge 8f2e44c6494af6922ad3a3bfdd173bd5f311ab22...
:sunny: Test successful - status-appveyor, status-travis Approved by: micbou Pushing 8f2e44c6494af6922ad3a3bfdd173bd5f311ab22 to master...
Adding a
shutdown
endpoint makes it possible to cleanly exit JediHTTP on Windows. This is implemented the same way as in ycmd. See PR https://github.com/Valloric/ycmd/pull/282 for more detail.I made the following changes to the setup and teardown methods of the end-to-end tests:
debug
;shutdown
handler to stop the server after each test;This change is