Skip to main content
Participant
September 24, 2013
Question

Client closed connection before receiving the entire response

  • September 24, 2013
  • 1 reply
  • 3286 views

Hi I am using URLFilePromise to download a zip file from my server to desktop using an air app. The zip file is about 200MB, but after it reaches downloading about 7 MB , urlFilePromise is dispatching complete event. I could see the following error message in charles debugging proxy saying "Client closed connection before receiving the entire response". I have tried the same download url in the browser and it works fine. Please suggest me, What causes this issue??, how to resolve this??

I am using http protocol to download this file.

This topic has been closed for replies.

1 reply

katharnakAuthor
Participant
October 23, 2013

Even i tried setting URLRequestDefaults.idleTimeout property, but didn't help.