HTTP is statel-less,so what does it mean by keep-alive?

前端 未结 5 2007
慢半拍i
慢半拍i 2021-02-07 10:49
Keep-Alive: 300
Proxy-Connection: keep-alive

As we know HTTP connection is closed when the request gets responded,so what does it mean by keep-al

5条回答
  •  渐次进展
    2021-02-07 11:31

    This means it is OK to keep the connection open to ask for more resources like for example images and stylesheets.

提交回复
热议问题