Commits


improve fcgi test: send more than one chunk of data


more avoiding of void pointer arithmetics This time with a temporary variable to avoid not to trigger -Wpointer-sign, sigh.


fcgi-test: be less verbose


rework fcgi-test so that it binds a local socket still not re-enabled.


be quieter nobody really cares if must_read fails, as it normally shouldn't. It only clutters the regression tests with scary messages that looks like failure but are, in fact, expected.


add simple fcgi application for test purposes