coar 99/03/24 13:30:20
Modified: . STATUS Log: Add a note about David Whitmarsh's comments on the proxy problems under Windows 95. Revision Changes Path 1.675 +5 -1 apache-1.3/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/apache-1.3/STATUS,v retrieving revision 1.674 retrieving revision 1.675 diff -u -r1.674 -r1.675 --- STATUS 1999/03/24 20:22:39 1.674 +++ STATUS 1999/03/24 21:30:18 1.675 @@ -1,5 +1,5 @@ 1.3 STATUS: - Last modified at [$Date: 1999/03/24 20:22:39 $] + Last modified at [$Date: 1999/03/24 21:30:18 $] Release: @@ -359,6 +359,10 @@ * should have a pretty little icon for Apache on Win32 * proxy module doesn't load on Win95. Why? Good question. PR#1462. + David Whitmarsh <[EMAIL PROTECTED]> says it's because + you can't dynamically load a DLL that uses declspec(thread). He + supplied a patch. + MID: <[EMAIL PROTECTED]> * Proxy cache garbage collection doesn't work. PR#1891