From what I understand, a HTTP connection could either be keep-alive or close.
keep-alive
close
I sent a HTTP request to a server:
GET /page
It means that the server won't do persistent connections and will close the connection after this request.