fielding 97/05/28 23:46:55
Modified: src CHANGES Log: doc change for proxy timeout handling. Revision Changes Path 1.284 +4 -0 apache/src/CHANGES Index: CHANGES =================================================================== RCS file: /export/home/cvs/apache/src/CHANGES,v retrieving revision 1.283 retrieving revision 1.284 diff -C3 -r1.283 -r1.284 *** CHANGES 1997/05/29 04:50:25 1.283 --- CHANGES 1997/05/29 06:46:53 1.284 *************** *** 3,8 **** --- 3,12 ---- *) Added undocumented perl SSI mechanism for -DUSE_PERL_SSI and mod_perl. [Rob Hartill] + *) Proxy needs to use hard_timeout instead of soft_timeout when it is + reading from one buffer and writing to another, at least until it has + a custom timeout handler. [Roy Fielding and Petr Lampa] + *) Fixed problem on Irix with servers hanging in IdentityCheck, apparently due to a mismatch between sigaction and setjmp. [Roy Fielding] PR#502