"Connection: close" header in HTTP request and response

Viewed 2146

I wanted to know, who will initiate the closing of the TCP connection in below two scenarios?

  1. if HTTP request has a header "Connection: close" in it.
  2. if HTTP response has a header "Connection: close" in it.

I saw answer for Connection Close for HTTP request response but it doesn't answer clearly the question one in that question.

0 Answers
Related