Q. In HTTP pipelining (Solved)
1. multiple http requests are sent on a single tcp connection without waiting for the corresponding responses
2. multiple http requests can not be sent on a single tcp connection
3. multiple http requests are sent in a queue on a single tcp connection
4. none of the mentioned
- a. multiple http requests are sent on a single tcp connection without waiting for the corresponding responses