Commits


bail out of client_read if we've already decide what to do libevent2 can still somehowe call client_read even in code paths that never enable reading from the evbuffer. Can't reproduce on the libevent in base on OpenBSD. It's a bit ugly, but it's a small workaround for something that otherwise *always* make gmid crash when linked against libevent2. (client_read works under the assumption that c->host != NULL, matched_proxy crashes otherwise.)


add set_proxy to simplify testing + more checks in test_proxy_with_certs


set prefork to 1 during regress


don't print `config OK'


parethesize `proxy', I'm about to change the syntax


add proxying with client certificate test


typo


add a test for the `proxy relay-to' rule


retire the old gg


switch to the new gg for the regress suite


typo


typo forgot to rename variable in lib.sh: dont_check -> dont_check_server_alive.


rename `runtime' to `regress' while there also kill an unused rule `regress', it's now redundant since all the tests are run together.


rename variable


run all kinds of tests via tests.sh/runtime while there also change the dependency in the makefile: iri_test should be alone, not as deps of `data'.