cvs commit: apache-apr/pthreads/src/main http_protocol.c

1999-03-04 Thread manoj
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 ===

cvs commit: apache-apr/pthreads/src/main http_protocol.c

1999-02-26 Thread rbb
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

cvs commit: apache-apr/pthreads/src/main http_protocol.c

1999-02-25 Thread rbb
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 ==

cvs commit: apache-apr/pthreads/src/main http_protocol.c

1999-02-05 Thread manoj
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