The simple web server (sws) would try to allocate 2*2MB of buffers on the stack, bump against the default 4MB limit and die, disabling a large slice of the regression test suite. Use malloc instead.
The simple web server (sws) would try to allocate 2*2MB of buffers on the stack, bump against the default 4MB limit and die, disabling a large slice of the regression test suite. Use malloc instead.