On 2/4/2013 04:32, Michael Schnell wrote:
> In fact, I found something odd, that might be the cause of the problems
> (see the other mail for details): the "Page" the controller sends,
> includes a binary zero byte in the middle of the HTML code. I don't
> think that you legally need to be aware of such, but in fact any browser
> I tested (on PC) gracefully ignores it and Synapse on PC (Windows and
> Linux) just forwards that page to the user program with the binary Zero
> byte unchanged) .

check the headers returned from the server when you see that... you may be 
getting the output sent in "chunked" format... that means the server sends 
pieces and they are to be assembled together... not sure if your code needs to 
handle this or not, though...

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to