Skip to content

Fix for SourceBuffer failing on StreamSource

Latest
Compare
Choose a tag to compare
@klkvsk klkvsk released this 29 Jun 23:04
· 1 commit to master since this release

When empty StreamSource was provided (e.g. empty PSR-17 response body), reading would fail with "Uninitialized string offset: 0" due to missing buffer size check.