mercurial/wireprotoframing.py
changeset 37656 e6870bca1f47
parent 37655 b9502b5f2066
child 37722 89a16704114c
--- a/mercurial/wireprotoframing.py	Thu Apr 12 13:11:29 2018 -0700
+++ b/mercurial/wireprotoframing.py	Fri Apr 13 12:49:47 2018 -0700
@@ -1029,6 +1029,8 @@
                                  'without beginning of stream flag set'),
                 }
 
+            self._incomingstreams[frame.streamid] = stream(frame.streamid)
+
         if frame.streamflags & STREAM_FLAG_ENCODING_APPLIED:
             raise error.ProgrammingError('support for decoding stream '
                                          'payloads not yet implemneted')