Skip to content
  • Bernard Quatermass's avatar
    create limitbuf structure and functions for growable buffers (with limits) · fd9e49bc
    Bernard Quatermass authored
    replace dynamic environment parse buffer with a limitbuf
    replace post_data buffer with a limitbuf
    
    Add routines for pre and post request setup/teardown
    clear all buffers possible on teardown to avoid leaving data in memory
    ensure children to not have extraneous read log handles open (from parent)
    ensure select FD and count are created/calculated each pass
    
    first cut of Makefile for osx
    fd9e49bc