wings/router
Dane Everitt 09e1ba6f34 Use the request context for cancelation, not a background context
This also fixes an improperly written server deletion listener to look at the correct context cancelation.

Theoretically this should help address the issues in pterodactyl/panel#3596 but I'm not really sure how that happens, and theres no steps for reproduction.
2021-09-12 11:14:00 -07:00
..
downloader downloader: fix internal range check 2021-08-02 15:16:38 -06:00
middleware break everything 2021-08-02 15:07:00 -06:00
tokens break everything 2021-08-02 15:07:00 -06:00
websocket Use the request context for cancelation, not a background context 2021-09-12 11:14:00 -07:00
error.go break everything 2021-08-02 15:07:00 -06:00
middleware.go break everything 2021-08-02 15:07:00 -06:00
router_download.go break everything 2021-08-02 15:07:00 -06:00
router_server_backup.go break everything 2021-08-02 15:07:00 -06:00
router_server_files.go Add deprecation flag on the directory, don't remove it entirely 2021-08-02 20:15:25 -07:00
router_server_ws.go Use the request context for cancelation, not a background context 2021-09-12 11:14:00 -07:00
router_server.go add context timeouts to avoid hanging wings boot process if docker has a hiccup; closes pterodactyl/panel#3358 2021-09-11 14:13:19 -07:00
router_system.go Simplify logic when creating a new installer; no longer requires an entire server object be passed. 2021-08-29 14:08:01 -07:00
router_transfer.go Simplify logic when creating a new installer; no longer requires an entire server object be passed. 2021-08-29 14:08:01 -07:00
router.go Cleanup server sync logic to work in a single consistent format (#101) 2021-08-29 13:37:18 -07:00