SRWare is not rendering page

Iron Forum for english speaking people

Post Reply
Groundhog
Posts: 2
Joined: Tue Sep 24, 2013 10:44 pm

SRWare is not rendering page

Post by Groundhog »

SRWare is not rendering page. It is visible as a HTML text in source. Name is just regular with .html extension.
Works fine in other browsers except Chrome on windows (7). The same problem as SRWare (on windows 7).
Page being send from custom server (embedded with small memory - due to restriction on size of data transmission
pages are send by small chunks of data (<1024 bytes) in "chunking" mode. Last chunk with zero size payload is not being send. Instead of sending last chunk socket is closed. When the same page are sent from Apache all is just fine.
What could be the reason? Not graceful small chunks handling? Needs to get last zero chunk? Something else?
Could decreasing browser cache cure the problem? How to forcibly set SRWare browser cache say to 256 bytes?
mapx
Posts: 636
Joined: Fri Jul 30, 2010 2:02 pm

Re: SRWare is not rendering page

Post by mapx »

in console are there some errors ? (ctrl-shift-j)
also, if you post the website, someone could help you I guess

or you can post your issue in a specialized site like
http://stackoverflow.com/
mapx
Posts: 636
Joined: Fri Jul 30, 2010 2:02 pm

Re: SRWare is not rendering page

Post by mapx »

you can control the iron / chrome cache size using the parameter disk-cache-size (on the iron shortcut)

Code: Select all

"C:\Program Files\Srware Iron\iron.exe" --disk-cache-size=10000 --media-cache-size=1
I added also the parameter for media cache size
Post Reply