mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 20:40:13 +03:00
Suspending a single VPCS/IOU node returned a fake 204: the controller route swallowed the compute 405 that the node types honestly raise, so callers saw success while the node stayed started. Surface the 405 instead. The best-effort swallow on suspend_all is kept (and now covered by a test) since mixed projects legitimately contain always-running node types.