REGTESTS: fix the race conditions in be2hex.vtc

In the same way than for be2hex.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/be2hex.vtc b/reg-tests/converter/be2hex.vtc
index 9d14744..4cf3dc1 100644
--- a/reg-tests/converter/be2hex.vtc
+++ b/reg-tests/converter/be2hex.vtc
@@ -5,7 +5,7 @@
 
 server s1 {
 	rxreq
-	txresp
+	txresp -hdr "Connection: close"
 } -repeat 3 -start
 
 haproxy h1 -conf {