StringStream::copyToStream() should adjust the offset
authorTim Starling <tstarling@wikimedia.org>
Mon, 3 Jun 2019 06:10:44 +0000 (16:10 +1000)
committerTim Starling <tstarling@wikimedia.org>
Wed, 12 Jun 2019 00:22:34 +0000 (10:22 +1000)
commite8f90b8a265c4f749843d03ae38c5a990e53f63a
tree5fdda5ed2d29026fca86bc54a381dc66100ef299
parentd0016a8b647523f9930a2692436c3672af0131a0
StringStream::copyToStream() should adjust the offset

As Stream is assumed to do.

Change-Id: I25ed0da8e8ca1b4393f88e64ecf7b96484ce8118
includes/Rest/CopyableStreamInterface.php
includes/Rest/StringStream.php