How can I slow down the browser to avoid network congestion with retransmissions?

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
Solution:
Yes I upgraded to HTTP 1.1 which handled the retransmission issues
Jump to solution
4 Replies
youcef_ali
youcef_ali3mo ago
Your .js file is loaded without problem in the browser?
Joseph Ogbonna
Joseph Ogbonna3mo ago
Is like the browser's use of HTTP/1.1 causes fast retransmissions. To slow down the browser, consider upgrading your server to support HTTP/1.1 or implement a delay in your server to pace responses. Let me know if it works
techielew
techielew2mo ago
@Marvee Amasi did you get this working?
Solution
Marvee Amasi
Marvee Amasi2mo ago
Yes I upgraded to HTTP 1.1 which handled the retransmission issues
Want results from more Discord servers?
Add your server
More Posts
Optimizing Power Input for IoT Device: How to Implement Power ORing?I have 3 power input for my iot device Solar 12v Battery 3.7v And 5v usb how can i do power oring Load Cell Calibration Challenges: Troubleshooting Parameters?Hello, i'm trying to calibrate my load cell to get the right weight.. using rassbpery pi pico &i Best Accelerometer Module for Speed and Tilt Measurement Project?I am working on a project that will measure and calculate the speed of a moving object and tilt anglI want to venture into Arduino development, what are the things I will need to get to get startedI want to venture into Arduino development, what are the things I will need to get to get started, aWhat is the difference between the two transistors referred to!!Hello, What is the difference between the two transistors referred to!! What does the letter B and how to install my ESP32 development board on Arduino IDE V2?Hello everyone, I'm looking for guidance on how to install my ESP32 development board on Arduino IDEMemory Operations During Context Switch: Impact on Priority Tasks?Hi @Middleware & OS I have two tasks, `A` and `B`, with `A` being high priority and `B` low priorityHow to Send Data to the PC using CAN PROTOCOL ?Hello friends, I have a Question, How to Send Data to the PC using CAN PROTOCOL ?Options for IoT device config updates post-Google shutdown?Hi guys since google has shut down its IoT platform, i have been seeking alternative way to send daExploring Arduino-Based Embedded Systems: Interface, Simulation, and LabVIEW GUIExplore the realm of Arduino-driven embedded systems through this all-inclusive manual tailored for