diff options
author | Grzegorz Nosek <root@localdomain.pl> | 2013-02-03 13:32:17 +0100 |
---|---|---|
committer | Grzegorz Nosek <root@localdomain.pl> | 2013-02-03 14:14:09 +0100 |
commit | 4ea36af0418d7f6592c33669432404f8251d5556 (patch) | |
tree | 39f46089fac7ae8055f193a7fac2b69a4f33a733 /.gitignore | |
parent | fa4b1049078dc6e1a4ec9e897740076e91718ea4 (diff) | |
download | fcgiwrap-4ea36af0418d7f6592c33669432404f8251d5556.tar.xz fcgiwrap-4ea36af0418d7f6592c33669432404f8251d5556.zip |
Fix 403 error handling
Report 403 errors over normal stdout/stderr (after setting up the
pipes). Properly reporting the error response over stdout requires:
- flushing the I/O, which would otherwise get buffered
- skipping atexit handlers (would otherwise close the FCGI connection
cleanly, interfering with the parent process still trying to talk
over it)
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions