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
Copy file name to clipboardExpand all lines: emrun.py
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -704,6 +704,8 @@ def do_POST(self):
704
704
ifnotemrun_options.serve_after_exit:
705
705
page_exit_code=int(data[6:])
706
706
logv('Web page has quit with a call to exit() with return code '+str(page_exit_code) +'. Shutting down web server. Pass --serve-after-exit to keep serving even after the page terminates with exit().')
707
+
# Set server socket to nonblocking on shutdown to avoid sporadic deadlocks
0 commit comments