Exactly. For GET reqeuests HTTP/1 conformant servers must support pipelining or close the connection.

So this is the best way to generate extreme load and stress-test the internal architecture of an HTTP/1 server. But yeah the sendfile approach only works for this kind of testing and not in the generic case.