What happens during HTTP pipelining?

Choose the correct answer

Explanation

In HTTP pipelining, multiple HTTP requests are sent consecutively over a single TCP connection without waiting for the earlier responses. This allows for improved network efficiency compared to sending requests one at a time.

What happens during HTTP pipelining? — Basic computer knowledge | PakQuizHub