I wanted to know, who will initiate the closing of the TCP connection in below two scenarios?
- if HTTP request has a header "Connection: close" in it.
- 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.