- 論壇徽章:
- 0
|
If a client disconnects during the time that Traffic Server is downloading a large object, is any of the object saved in the cache?
When a client disconnects during an HTTP operation, Traffic Server continues to download the object from the origin server for up to 10 seconds. If the transfer from the origin server completes successfully within 10 seconds after the client disconnect, then Traffic Server stores the object in cache. If the origin server download does not complete successfully within 10 seconds, then Traffic Server disconnects from the origin server and deletes the object from cache. Traffic Server does not store partial documents in the cache.
關(guān)于第二個(gè)問題,我看到了這一段,不用開啟什么參數(shù),客戶端連接一個(gè)URL沒有下載完全斷開之后,如果在默認(rèn)的10s之內(nèi),ATS從源沒有下載完就會自動斷開連接,否則把對象保存在本地的緩存。 |
|