1771Software EngineeringMedium
In HTTP pipelining________?
Anone of these
Bmultiple HTTP requests are sent on a single TCP connection without waiting for the corresponding responses
Cmultiple HTTP requests are sent in a queue on a single TCP connection
Dmultiple HTTP requests can not be sent on a single TCP connection
Correct answer
B. multiple HTTP requests are sent on a single TCP connection without waiting for the corresponding responses
Explanation
The correct answer is multiple HTTP requests are sent on a single TCP connection without waiting for the corresponding responses.