mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 02:50:25 +03:00
Keep HTTP progress updated, and display a progress indicator during the
download
This commit is contained in:
@@ -170,6 +170,7 @@ static void download_reap ( struct async *async ) {
|
||||
static struct async_operations download_async_operations = {
|
||||
.reap = download_reap,
|
||||
.signal = {
|
||||
[SIGCHLD] = download_sigchld,
|
||||
[SIGCHLD] = download_sigchld,
|
||||
[SIGUPDATE] = SIG_IGN,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user