Difference between revisions of "Talk:869: Server Attention Span"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
(Created page with "Note that REAL HTTP/1.0 conversation is started by browser: First browser say everything, then server responds and close the connection. HTTP/1.1 conversation allows the brows...")
(No difference)

Revision as of 09:15, 15 February 2013

Note that REAL HTTP/1.0 conversation is started by browser: First browser say everything, then server responds and close the connection. HTTP/1.1 conversation allows the browser to make another query in the same connection, but that's only to avoid the work on reopening connection, server is supposed to interpret this new query in same way as if it would be new connection. -- Hkmaly (talk) 09:15, 15 February 2013 (UTC)