pipelining
RU: конвейеризация
An HTTP/1.1 feature that allows a client to send multiple requests on a persistent TCP connection without waiting for each response, reducing round-trip overhead. The server must reply in request order, so a slow response blocks all later ones — a form of head-of-line blocking that HTTP/2 multiplexing superseded.