You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that this will result in a BC break, so we should target the v0.5.0 release here. Even the examples (#69) highlight how the end event should actually be a close event instead.
The text was updated successfully, but these errors were encountered:
The
Response
is aReadableStreamInterface
, however it does not currently obey its event semantics:close
eventend
event if the underlying stream closesend
event with anerror
if the underlying stream endsWe should obey the stream semantics here, see also reactphp/stream#59.
Note that this will result in a BC break, so we should target the v0.5.0 release here. Even the examples (#69) highlight how the
end
event should actually be aclose
event instead.The text was updated successfully, but these errors were encountered: