Rainer Jung wrote:
Hi Mladen,

I think we don't use stdio. APR has apr_file_open() which uses
CreateFile() and apr_file_write() which goes back to WriteFile() on Windows.


We are using stdio for other web servers, so if you add CRLF then
the IIS will be broken. Perhaps opening the files as binary for
windows, and then forcing CRLF will do. However this would break
cygwin builds thought.

I'll check 1.3 tomorrow.

Regards,
Mladen.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to