]> git.ipfire.org Git - pakfire.git/commit
xfer: Ignore CURLE_AGAIN
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 13 Aug 2024 19:11:03 +0000 (19:11 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 13 Aug 2024 19:11:03 +0000 (19:11 +0000)
commit7eef6ef8d171d9115c815630e9403fef12caa205
tree2423fba76bac273e5cee9adfdab5eb4872b3e23b
parenta2626820b3054a1fb38fb03782775a90789eaac8
xfer: Ignore CURLE_AGAIN

This is happening when the server is sending a ping over WebSocket which
triggers the socket, but there is no data for us to deal with as it has
already been handled by cURL.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/xfer.c