1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00
This commit is contained in:
Eelco Dolstra 2025-10-27 15:04:56 +01:00
parent a91115bf22
commit 3742ae061e

View file

@ -622,7 +622,7 @@ struct curlFileTransfer : public FileTransfer
void quit() void quit()
{ {
quitting = true; quitting = true;
/* We wil not be processing any more incomming requests */ /* We wil not be processing any more incoming requests */
while (!incoming.empty()) while (!incoming.empty())
incoming.pop(); incoming.pop();
} }