Re: [PATCH 1/1] REGTEST: A basic test for "http-buffer-request"

2018-12-21 Thread Willy Tarreau
Thank you Fred, this is quite useful! I had to modify it a little bit because it was failing ~60% of the time for me, due to too strict an expectation on the timers in the logs, which had to be exactly zero millisecond :-) This was this one : + expect ~ "[^:\\[ ]*\\[[0-9]*\\]: .* .* fe1 b

[PATCH 1/1] REGTEST: A basic test for "http-buffer-request"

2018-12-21 Thread flecaille
From: Frédéric Lécaille --- reg-tests/http-messaging/h3.vtc | 78 + 1 file changed, 78 insertions(+) create mode 100644 reg-tests/http-messaging/h3.vtc diff --git a/reg-tests/http-messaging/h3.vtc b/reg-tests/http-messaging/h3.vtc new file m