I have been able to get the solution. Just in case anyone have the same problem. The problem was the TCPPutFIleParseConst function in the http.c was not able to get the correct number of char maybe be ...
Seems like no one is ready to help. What have been able to find out is that the http.c is not able to process all the character in the constant char at once before it send the http 1.0 OK to the brows ...
Am trying to create embedded web server. My code is working fine but i notice that when i add more html code to the "const char HTML_ANALOG_PAGE" array, it splits the code into multiple par ...