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...")
 
Line 1: Line 1:
 
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. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 09:15, 15 February 2013 (UTC)
 
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. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 09:15, 15 February 2013 (UTC)
 +
 +
Yes, proper HTTP implementations are stateless. [[Special:Contributions/108.162.246.117|108.162.246.117]] 19:55, 18 January 2014 (UTC)

Revision as of 19:55, 18 January 2014

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)

Yes, proper HTTP implementations are stateless. 108.162.246.117 19:55, 18 January 2014 (UTC)