Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Assuming by stream you mean TCP stream, then yes, this is quiet normal. Simply because of efficiency, why would you want to tear down the TCP connection and setup a new one to put the next request in? That would be similar to calling someone, ask a question, hanging up and calling again for the next question. There's even a process called HTTP pipelining that puts all requests in before even waiting for an answer, although it's outlived its time I guess.