chesterpolo / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

send_file() buglet #107

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. request a page to be served from a folder
2.
3.

What is the expected output? What do you see instead?
Instead of the complete file (text), either blank output or only partial
file is displayed at the browser

What version of the product are you using? On what operating system?
2.8, Windows 2000 or later

Please provide any additional information below.
The standalone EXE seems to work fine, but when embedded, that is where the
problem arises. The cause is in the send_file() function, line 2796: the
formatting string should end as "%s\r\n\r\n" and not "%s\r\n" as is
currently the case.

Original issue reported on code.google.com by PKuo...@gmail.com on 3 Dec 2009 at 5:05

GoogleCodeExporter commented 9 years ago
Try on 2.9, and if not fixed, reopen this bug.

Original comment by valenok on 7 Sep 2010 at 8:54