Transfer is closed before receiving HTTP response which aborts the upload
HFU is using purple FileTransfer engine and that is closing the transport once entire file has been written to the socket. That aborts HTTP PUT request as client closes the connection in the middle of the transaction (even though full data transfer is already complete).