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
This means that we should take these into account and only emit data events for what is actually part of the given response and then emit an end and close event.
This is also a prerequisite for #39 and #41.
This feature is similar to the server side (reactphp/http#104 and #78).
The text was updated successfully, but these errors were encountered:
I'm closing this as it is already supported by the new HTTP client that has been merged into react/http via reactphp/http#368 You should upgrade as per #152 👍
Proper detection of request message bodies requires:
See https://tools.ietf.org/html/rfc7230#section-3.3
This means that we should take these into account and only emit
data
events for what is actually part of the given response and then emit anend
andclose
event.This is also a prerequisite for #39 and #41.
This feature is similar to the server side (reactphp/http#104 and #78).
The text was updated successfully, but these errors were encountered: