mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-14 13:28:12 +00:00
Fix timeout issue when creating Qemu disk image. Fixes https://github.com/GNS3/gns3-server/issues/2313
This commit is contained in:
@ -330,6 +330,8 @@ class WebServer:
|
||||
|
||||
try:
|
||||
self._loop.run_forever()
|
||||
except ConnectionResetError:
|
||||
log.warning("Connection reset by peer")
|
||||
except TypeError as e:
|
||||
# This is to ignore an asyncio.windows_events exception
|
||||
# on Windows when the process gets the SIGBREAK signal
|
||||
|
Reference in New Issue
Block a user