default handler or they will be corrupted, just as with the
other \r\n platforms.
PR: 9185
Reviewed by: William Rowe
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95157
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 1.3.25
+ *) Fixed sending of binary files under Cygwin. PR 9185.
+ [Cliff Woolley]
+
*) Added Cygwin directory layout to config.layout file.
[Stipe Tolj, <tolj@wapme-systems.de>]
return METHOD_NOT_ALLOWED;
}
-#if defined(OS2) || defined(WIN32) || defined(NETWARE)
+#if defined(OS2) || defined(WIN32) || defined(NETWARE) || defined(CYGWIN)
/* Need binary mode for OS/2 */
f = ap_pfopen(r->pool, r->filename, "rb");
#else