Skip to content

Use upstream spdystream again

Over in !4685 (merged) we switches to using a fork of spdystream because there was an unfixed bug in upstream that caused a data race in the Ping API.

The fork with the fix has now been merged back into upstream now (https://github.com/moby/spdystream/pull/91), so we can go back to using upstream.

Closes Switch back to github.com/moby/spdystream once ... (#37432 - closed)

Edited by Axel von Bertoldi

Merge request reports