REGTEST: Fix reg-tests about health-checks to adapt them to recent changes
diff --git a/reg-tests/checks/http-check-send.vtc b/reg-tests/checks/http-check-send.vtc
index 7e2e37b..0b675bd 100644
--- a/reg-tests/checks/http-check-send.vtc
+++ b/reg-tests/checks/http-check-send.vtc
@@ -29,7 +29,6 @@
     expect req.http.hdr == <undef>
     expect req.http.host == <undef>
     expect req.http.x-test == <undef>
-    expect req.http.content-length == <undef>
     expect req.bodylen == 0
     txresp
 } -start
@@ -50,9 +49,9 @@
 
 server s5 {
     rxreq
-    expect req.method == GET
-    expect req.url == /status
-    expect req.proto == HTTP/1.1
+    expect req.method == OPTIONS
+    expect req.url == /
+    expect req.proto == HTTP/1.0
     expect req.http.hdr == <undef>
     expect req.http.host == "other-www-host"
     expect req.http.x-test == <undef>