Node.js http request pipelining

后端 未结 1 871
無奈伤痛
無奈伤痛 2020-12-19 03:04

So, I want to use node.js and http request pipelining, but I want to use HTTP only as a transport, nothing else. I am interested in exploiting the request pipelining feature

1条回答
  •  一整个雨季
    2020-12-19 03:52

    The HTTP client in NodeJS does not support pipelining. (Slightly old post from Ryan, but I'm fairly sure it still holds.)

    0 讨论(0)
提交回复
热议问题