Hi Petter,
On 24.10.24 07:04, Petter Reinholdtsen wrote:
is broken as the expect type is missing. The correct command for this example
should look like this:
_EXPECT header "/foo"
Do you mean a change like this:
diff --git a/src/httest.ext b/src/httest.ext
index a75943d..ec0664c 10064
[Micha Lenk 2015-05-20]
> is broken as the expect type is missing. The correct command for this example
> should look like this:
>
>_EXPECT header "/foo"
Do you mean a change like this:
diff --git a/src/httest.ext b/src/httest.ext
index a75943d..ec0664c 100644
--- a/src/httest.ext
+++ b/
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
3 matches
Mail list logo