diff options
Diffstat (limited to 'src/download-provider-receiver.c')
-rw-r--r-- | src/download-provider-receiver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/download-provider-receiver.c b/src/download-provider-receiver.c index 6346acc..85edc7b 100644 --- a/src/download-provider-receiver.c +++ b/src/download-provider-receiver.c @@ -343,6 +343,7 @@ int _handle_new_connection(download_clientinfo_slot *clientinfo_list, download_c } ipc_send_stateinfo(request_clientinfo); } + ipc_receive_header(request_clientinfo->clientfd); } clear_clientinfo(request_clientinfo); return 0; |