Hi,
I am using IE version 11 and Chrome version 60 and Keil webserver with HTTPS In Mozilla entire Web page along with images is proper but same web page is not displayed properly in chrome and IE. IE does not display images and after multiple refresh Web page is gone. In Chrome after multiple refresh some images are seen. Images used are gif, png and jpg images. Can anyone guide me where actual problem is?
Snehal.
Now webserver is able to display entire web page . it displays images also. But display is good when HTTP_SERVER_NUM_SESSIONS is kept as 1. IE and chrome displays web page when HTTP_SERVER_NUM_SESSIONS is 1.When HTTP_SERVER_NUM_SESSIONS is 2 IE displays Web page properly but Chrome does not display web page properly. How should I understand what should be value of HTTP_SERVER_NUM_SESSIONS, as HTTP_SERVER_NUM_SESSIONS determines how many sockets can be opened. I understand that these sockets are not freed after sending data but they are moved to IDLE state. Now when I try opening Web page on Chrome once it is displayed on IE I see on wireshark that 443 connection is reset. Can you tell me : 1. How to decide exact value of HTTP_SERVER_NUM_SESSIONS? 2. How much minimum buffer size is required? 3. Why I get 443 connection reset message on Wireshark when I try to open Web page on any other browser once it is displayed on some browser. I need to power OFF ON to device.
I would like to inform that we many images for displaying status and for displaying home page almost 16 requests send to server.