Connection:". This can take two values:
"close" (which means that this is
not a persistent connection) and
"keep-alive", which means that the TCP
connection is held until either side sends a
"Connection: close" header, indicating
that it wishes to terminate.Content-length:" headers.
The huge wins here, obviously, are that there's no delay opening
multiple TCP connections, and the slow-start algorithm has time to
get up to full speed. | Lecture 7: Internet Applications #3.3: HTTP/1.1 | Copyright © 2003 P.Scott, La Trobe University Bendigo. |