Hello,
I'm using the Keil RL TcpNet Web Server. When the client, NetFront browser, send a POST request, it divided the message into TCP 2 packets: 1st has all headers and 2nd has the content body. The 2nd packet arrives after 1st one about 150 ms. The Web Server successfully received them all and sent ACK, but don't call the "cgi_process_data" function as well as the request URL.
I recognize that if the 2nd packet arrive sooner, about 4ms after the 1st, the Web Server works correctly (call "cgi_process_data" and send request web page).
My timer_tick setting is 100ms. I see a little involvement here. Has anyone seen this before?
Thanks and Regards,
Huy