[ee122] sample server output

Daniel Killebrew dank at eecs.berkeley.edu
Sun Sep 23 13:41:26 PDT 2007


There were requests for some sample server output. If you include blank 
lines between rounds of server output for clarity that's fine.
Client requests were the following lines:
GET / HTTP/1.0

GET /file HTTP/1.0

GET a b

GET / b

a


And server output:
GET / HTTP/1.0
Method = GET
Request-URI =  /
HTTP-Version =  HTTP/1.0
GET /file HTTP/1.0
Method = GET
Request-URI =  /file
HTTP-Version =  HTTP/1.0
GET a b
Method = GET
ERROR -- Invalid Absolute-Path token.
GET / b
Method = GET
Request-URI =  /
ERROR -- Invalid HTTP-Version token.
a
ERROR -- Invalid Method token.


Daniel


More information about the ee122 mailing list