This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TM4C129ENCPDT: ndk 2.24.03.35 on TM4C129ENCPDT http server parallel chrome requests problem

Part Number: TM4C129ENCPDT

Hello,

I'm having a problem with the ndk (version 2.24.03.35) http server on a TIVA TM4C129 microcontroller.

When I use chrome to connect to the webpage hosted on the TIVA, part of the page is not loaded and sometimes page is not displayed at all. Debugging on chrome this, it seems that there is an empty response from the tiva.

Inspecting with wireshark the conversation I have noticed that chrome spawns by default two connections, one of them does not make requests (investigating on the web it seems some kind of speculative socket creation) and this maybe the cause of the problem I think. Firefox does not make two connections and the page loads correctly.

Can anyone confirm this behaviour? Has anyone any advice to overcome this problem?

Thank you very much

Matteo