unit
unit copied to clipboard
nodejs unit-http Response missing `close` event and `writableEnded` property
Hi, I use nodejs and found that the response of unit-http is missing close event and writableEnded property
Version number: unit 1.32.0
The close event should be triggered after response.end() ,
The following is the official nodejs documentation I found:
In addition, I used nestjs@9+fastify+opentelemetry and found that it needs to listen to the close event and writableEnded property to complete the end of the span.