wings/server/transfer
Matthew Penner 43227bf24d
server(transfer): fix dead-lock while uploading archive
Previously we waited for both the request and multipart writer
to "complete", before handing any errors.  This lead to a problem
where if the request returns before all the data has been read,
the upload would become stuck and keep the server in a transferring
state when the transfer should've been aborted.

Closes https://github.com/pterodactyl/panel/issues/4578
2022-11-29 14:04:27 -07:00
..
archive.go Streaming Transfers (#153) 2022-11-14 18:25:01 -07:00
doc.go Streaming Transfers (#153) 2022-11-14 18:25:01 -07:00
manager.go Streaming Transfers (#153) 2022-11-14 18:25:01 -07:00
source.go server(transfer): fix dead-lock while uploading archive 2022-11-29 14:04:27 -07:00
transfer.go Streaming Transfers (#153) 2022-11-14 18:25:01 -07:00