Hi all,
I am working with tntnet and found some strange behaviour.
The following javascript code works when loading the
var img = new Image();
img.src = 'bilder/terrain_2.gif';
var canvas = document.createElement('canvas');
canvas.width = img.width;
canvas.height = img.height;
canvas.getContext('2d').drawImage(img, 0, 0, img.width, img.height);
The problem might be that tntnet does not send the image again:
2016-02-06 01:15:07.49702 [26302.140073553266432] INFO tntnet.worker -
request GET /bilder/terrain_2.gif ready, returncode 304 Not Modified -
ContentSize: 0
Is there a simple way to make tntnet send the picture?
Cheers,
Raphael
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Tntnet-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tntnet-general