Thanks Tim, I emailed you my project. I captured the traffic while attempting to load an image, and the HTTP response had the correct Content-Length (519074), but the server started sending FIN after just 152501 bytes.
-Philip On Apr 24, 9:04 pm, Timothy Farrell <explori...@gmail.com> wrote: > VP, > > Thanks for the reply. The issue you were experiencing has already > been addressed and should not show up anymore in web2py. The updating > changes came around December 2010. > > Philip, I'd be happy to look at your code, please feel free to email > me privately if you wish > > Thanks, > Tim > > On Apr 24, 1:33 pm, VP <vtp2...@gmail.com> wrote: > > > > > Tim, > > It's last year. The problem was described > > here:http://groups.google.com/group/web2py/browse_thread/thread/f7714312d0... > > > On Apr 24, 8:33 am, Timothy Farrell <explori...@gmail.com> wrote: > > > > @VP, how long ago did you have this issue? > > > > @Phillip is there any chance I could git a copy of your program and > > > data? > > > > Whenever I test Rocket, I test it by creating an oversized web2py app > > > (typically > 100 MB) and exporting and reimporting it. I never > > > release a version of Rocket that can't do this. > > > > Thanks, > > > -tim > > > > On Apr 23, 11:02 pm, Massimo Di Pierro <massimo.dipie...@gmail.com> > > > wrote: > > > > > Are you using apache as a proxy? Is rocket serving the images behind a > > > > proxy? > > > > > On Apr 23, 10:47 pm, Bruno Rocha <rochacbr...@gmail.com> wrote: > > > > > > I have similar problem with Apache + Nginx running on webfaction, I > > > > > did not > > > > > figure out how to make apache serve images, I already did everything > > > > > on > > > > > apache config. > > > > > > I have the same problem on CursoDePython.com.br, NatalAnimal.com.br > > > > > and > > > > > SerafimNatural.com.br (which has a photoGallery). Sometimes images > > > > > dont load > > > > > completely, and sometimes it gets too much time to load or is > > > > > rasterized > > > > > during the load process. > > > > > > I also tried to configure another apache instance witha different > > > > > domain to > > > > > act as a CDN just to load /static folder, but the problem remains, I > > > > > think > > > > > it is a problem on chunck stream mechanism. > > > > > > On Sat, Apr 23, 2011 at 11:28 PM, Philip <philipct...@gmail.com> > > > > > wrote: > > > > > > I'm building a photo gallery site and my images are only partially > > > > > > loading. Currently I'm just running it from my computer, and if I > > > > > > view the site from there the images load fine, but if I use another > > > > > > computer they only load partially. Usually they load the first > > > > > > 128kB > > > > > > and then stop, although I have seen some of them load a bit more > > > > > > than > > > > > > that. > > > > > > > I was able to produce the same effect by resizing > > > > > > "online_book_cover.jpg," in the included Examples project, so that > > > > > > it > > > > > > was larger than 128kB. Then > > > > > > examples/static/img/online_book_cover.jpg > > > > > > only loaded the first 128kB from another computer. > > > > > > > I'm running Mac OS 10.6.7 with web2py 1.94.6, using the built-in > > > > > > server. > > > > > > > Is there some configuration option for Rocket or web2py that I'm > > > > > > overlooking? Can anyone else reproduce this issue?