Become a leader in the IoT community!
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Please guys my web server (using RTOS and HTTP 1.0) closes the connection after each request. The browser keeps sending requests for “.js” files with HTTP 1.1, leading to retransmissions.
My question is :
1. Is this fast transmission because the browser uses HTTP 1.1 despite the server closing the connection?
2. How can I slow down the browser to avoid network congestion with retransmissions?
@Middleware & OS
@marveeamasi did you get this working?
Yes I upgraded to HTTP 1.1 which handled the retransmission issues
CONTRIBUTE TO THIS THREAD