Question : Http Request

hi
a index page contains some text and 2 images
when i use telnet "GET http://www.abc.org http/1.1"  i am supposed to get three response messages
why i am only getting one response message instead
can anyone plz help me on this?
thanks

Answer : Http Request

> 1 request can get 3 response right?
no, 1 request gets exactly one response
keep-alive connections just mean that the same connection can be used for multiple get requests

you can test with telnet by sending following header right after the GET line:

connection:keep-alive

then telnet does not close the connection and you can type in the next request
Random Solutions  
 
programming4us programming4us