Open kanongil opened 4 years ago
@Himself65 I will work on this issue
@Himself65 I will work on this issue
nice
I took a look at these method calls:
None of them seem to solve the problem so far. I am still working on it, but if someone wants to help, it would be appreciated!
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
Always, for server streams where
stream.respond()
has not been called.What is the expected behavior?
Not being ignored, eg. a thrown error / server stream emitted error / a response with code 200.
What do you see instead?
stream.end()
calls its callback, but nothing really happens!Additional information
A wireshark capture shows that the server never sends a response.