What does the HTTP 206 Partial Content status message mean and how do I fully load resources?

后端 未结 4 1012
不思量自难忘°
不思量自难忘° 2020-12-02 16:40

I have some image tags on a site like this.


When I try to load them they are only half loading. When I checked

4条回答
  •  执笔经年
    2020-12-02 17:26

    It's up to the client to put in another call to get the rest of the data (or the next bit). You don't have to do anything, they'll get the full image eventually, even if it takes several http calls.

提交回复
热议问题