Comment 22 for bug 1174660

Revision history for this message
Lin Yun Fan (lin-yunfan) wrote :

Hi
 I know this may not the right place for the question but it is quite similar to this problem.

I am using swift 1.74.I have a program that generate thumbnail from swift object(video),the program use http range(n-) header to get the necessary part for the thumbnail.
I found it caused swift to have alot of established connection after some debug I found the problem was caused by the client close the connection before all the content is donwloaded.
If I download part of the object then close the connection swift won't release the connection immediately and if you do that for many times the swift could too busy to handle other request