Open Lukasa opened 2 years ago
When we receive a push promise, we first create the promised stream and then receive the frame. This is fine, but if receiving the frame produces an error (e.g. because the headers are invalid) then we never delete the stream again. That's no good.
When we receive a push promise, we first create the promised stream and then receive the frame. This is fine, but if receiving the frame produces an error (e.g. because the headers are invalid) then we never delete the stream again. That's no good.