REGTESTS: fix the race conditions in be2dec.vtc ad field.vtc

A "Connection: close" header is added to all responses to avoid any
connection reuse. This should avoid any "HTTP header incomplete" errors.
diff --git a/reg-tests/converter/be2dec.vtc b/reg-tests/converter/be2dec.vtc
index 540392e..a0b7104 100644
--- a/reg-tests/converter/be2dec.vtc
+++ b/reg-tests/converter/be2dec.vtc
@@ -5,7 +5,7 @@
 
 server s1 {
 	rxreq
-	txresp
+	txresp -hdr "Connection: close"
 } -repeat 3 -start
 
 haproxy h1 -conf {