Skip to content

Keep Alive

Hill Liu edited this page Apr 1, 2018 · 3 revisions

Nginx keep alive

https://skyao.gitbooks.io/learning-nginx/content/documentation/keep_alive.html

Use Curl test keep alive

  • Request two url in same host
curl -v url1 url2 | grep -i "Re-using existing connection"
Clone this wiki locally