* ReadPostData(): abort if we fail to read the whole content
authorWilfried Göesgens <willi@citadel.org>
Sat, 10 Apr 2010 10:07:57 +0000 (10:07 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sat, 10 Apr 2010 10:07:57 +0000 (10:07 +0000)
commit0ff2a52ef5265830b69f4d3afbbd823ed09b8557
tree06ec6e3334466115595cd063c559749ce5e971b6
parent124f5fb9f397e740a544ee340d2a707c4b77d59a
* ReadPostData(): abort if we fail to read the whole content
* session_loop(): allocate buffers after reading post data, so we don't have to free them on error
* session_loop(): abort if reading post data fails
webcit/webcit.c