manoj 99/03/03 16:07:00
Modified:pthreads/src/main http_protocol.c
Log:
Allow the code to compile on AIX.
Revision ChangesPath
1.8 +2 -2 apache-apr/pthreads/src/main/http_protocol.c
Index: http_protocol.c
===
rbb 99/02/26 08:37:22
Modified:pthreads/src/main http_protocol.c
Log:
Inserted some error handling code, and got rid of a nasty infinite loop.
Stupid
errno not getting reset when I thought it was. This should fix the timeout
code.
Revision ChangesPath
1.7
rbb 99/02/25 05:43:37
Modified:pthreads/src/main http_protocol.c
Log:
Just a minor change to get the proper file descriptor.
Revision ChangesPath
1.6 +1 -1 apache-apr/pthreads/src/main/http_protocol.c
Index: http_protocol.c
==
manoj 99/02/04 23:55:25
Modified:pthreads/src/main http_protocol.c
Log:
Fix (I think) a bug where pipes could be closed even if there is still data to
send, so only part of a CGI's output would sometimes be sent.
Revision ChangesPath
1.3 +2 -2 apache-apr/pt