William,
Am 15.11.20 um 13:45 schrieb William Dauchy:
> +#REQUIRE_OPTION=OPENSSL
I don't believe OPENSSL is required. The test passes for me even without
compiling with SSL.
> +client c1 -connect ${h1_fe_sock} {
> + txreq -url "/bla+?foo%3Dbar%2B42+42"
Maybe add %20 to the string to test the other variant of encoding a space?
> + rxresp
> + expect resp.http.url_dec0 == "/bla+?foo=bar+42 42"
> + expect resp.http.url_dec1 == "/bla ?foo=bar+42 42"
> + expect resp.status == 200
> +} -run
>
Best regards
Tim Düsterhus