Po RFC 2616 (HTTP 1.1), svaka TCP konekcija je po defaultu postojana. Poljem Connection:close se naglašava da posle aktivne razmene, konekcija prekida.
Citat:
HTTP/1.1 defines the "close" connection option for the sender to signal that the connection will be closed after completion of the response. For example,
Connection: close
in either the request or the response header fields indicates that the connection SHOULD NOT be considered `persistent' (section 8.1) after the current request/response is complete.
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.10
Znači, strogo gledavši, data konekcija JESTE postojana, jer je HTTP 1.1 (prenosi se više objekata), ali se upravo nakon ovoga prekida. Ali, verovatno je postavljač ciljao na to da je u drugom primeru tačan odgovor
BTW, zašto ovo pitanje u ovom forumu?