Package: httest
Version: 2.4.8-1
Severity: minor

Hi,

in the httest manpage there are examples, e.g. one for a "CLIENT SERVER
SCRIPT". It reads:

       SERVER 8080
       _RES
       _EXPECT "/foo"
       _WAIT
       __HTTP/1.1 200 OK
       __Content-Length: AUTO
       __
       __Hello World
       END

The
       _EXPECT "/foo"

is broken as the expect type is missing. The correct command for this example
should look like this:

       _EXPECT header "/foo"

Best regards,
Micha


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to