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
Server will be started
Server started
(1) request started
Server will be stopped
(2) request started
(2) request status: 404
(2) request time: 7ms
(1) request failed: TypeError: error sending request for url (http://localhost:9000/): connection closed before message completed
(1) request time: 113ms
Server stopped
Expected behavior
Request (1) should be cleanly handled and get a 200 response after the delay
Request (2) should be fail with a connection refused or a HTTP 503 response as fast as possible
Regards
The text was updated successfully, but these errors were encountered:
kromeyer
changed the title
Oak server not gracefully shutdown
No gracefully shutdown behavior
Jun 8, 2023
kromeyer
changed the title
No gracefully shutdown behavior
No graceful shutdown behavior
Jun 8, 2023
Hi everyone,
when Oak is stopped via
AbortController
and there still incoming requests, I get strange responses. Here is a litte test setup:Environment
Setup
Output
Expected behavior
Regards
The text was updated successfully, but these errors were encountered: