Commit Briefs

Omar Polo

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.)



Omar Polo

set prefork to 1 during regress


Omar Polo

don't print `config OK'




Omar Polo

typo



Omar Polo

retire the old gg



Omar Polo

typo


Omar Polo

typo

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


Omar Polo

rename `runtime' to `regress'

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


Omar Polo

rename variable


Omar Polo

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'.