Little improve in pipelining exception
[MonkeyD.git] / qa / error_400_test01.htt
blobe6d7e7fa0b72b9b4caa45261b21eac7915298de4
1 ################################################################################
2 # DESCRIPTION
3 #       Exercise error 400      
5 # AUTHOR
6 #       Carlos Ghan <charlie.brown.uy@gmail.com>
8 # DATE
9 #       June 29 2009
11 # COMMENTS
12 #       Sending a bad request. In this case, one with missing "Host" header.
13 #   ("Host" header is required in HTTP v1.1)
14 ################################################################################
17 INCLUDE __CONFIG
19 CLIENT
20 _REQ $HOST $PORT
21 __GET / $HTTPVER
22 __Connection: close
24 _EXPECT . "HTTP/1.1 400 Bad Request"
25 _WAIT
26 END