- Version: 9.4.0
- Platform: Darwin 17.3.0
- Subsystem: http2
The callback cb in stream.pushStream( headers, options, cb ) gets null in 9.4.0 but a proper stream in 9.3.0. This is deep in a large complex code, haven't made a minimal reproducible example, sorry about that. The documentation says nothing about null being a possible value, causing crashes obviously.
I wonder if this is related to other issues that started to appear in 9.4.0, like #18176. Fishy things do happen in 9.4
The callback
cbinstream.pushStream( headers, options, cb )getsnullin 9.4.0 but a proper stream in 9.3.0. This is deep in a large complex code, haven't made a minimal reproducible example, sorry about that. The documentation says nothing about null being a possible value, causing crashes obviously.I wonder if this is related to other issues that started to appear in 9.4.0, like #18176. Fishy things do happen in 9.4