malafaya9 / aspnetserve

Automatically exported from code.google.com/p/aspnetserve
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Empty responses with bigger files #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I installed aspnetserve version 1.3.0.0 and tried simply to serve a folder
with image files with different sizes. Aspnetserve was started from the
Windows Explorer context menu.

Files bigger than about 200K return an empty response, smaller are
downloaded or shown normally in the web browser.

I tested on two machines: WinXP SP2 and W2K3 Server, with Firefox 2.0 and
IE6, with same results.

Original issue reported on code.google.com by lanextro...@gmail.com on 29 Aug 2008 at 8:50

GoogleCodeExporter commented 8 years ago
I have successfully recreated a problem similar to the one you described above.
However in my tests I was able to make it fail with a JPEG encoded image 19.9 
KB in
size in addition to another JPEG image 920 KB in size.

I have corrected a bug in aspNETserve, and it now seems to be working correctly 
on my
machine. If you can please try out source code at trunk revision 170 in the
subversion repository and see if that resolves the problems you were seeing as 
well. 

Original comment by jason.wh...@gmail.com on 31 Aug 2008 at 4:33

GoogleCodeExporter commented 8 years ago

Original comment by jason.wh...@gmail.com on 6 Sep 2008 at 1:14

GoogleCodeExporter commented 8 years ago
It seems to work, thank you.

Original comment by lanextro...@gmail.com on 13 Sep 2008 at 10:06