Overview
Artifact ID: | c6b54b0be487ae6ef88ac326e9748a1c15a01780 |
---|---|
Ticket: | 2384764107f0d084867503e16461f18b80f72e24
Make the http command working on Windows. |
User & Date: | anonymous 2009-09-21 00:37:14 |
Changes
- Appended to comment:
<hr><i>anonymous claiming to be Andrey added on 2009-09-21 00:37:14:</i><br> Seems this is a problem of WinInetd. It should not redirect files to sockets, it should copy between file handle and socket - just like any web-server does when running CGI application. It should not depend of ability of console app to operate with sockets and even know something about sockets. (sorry for my poor English)