Node.js http request pipelining

后端 未结 1 870
無奈伤痛
無奈伤痛 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)
提交回复
热议问题