Tags: clue-labs/stream
Tags
[Stream][Buffer] Only check feof on some occasions If a TCP endpoint triggers a socket close handshake the other endpoint is still allowed to send data if the connection is open and should send a closing handshake asap. feof detected the socket was closed for reading but told the write buffer is was closed entirely. We can"t seem to determine the difference in PHP so we"re only checking if it"s a generic_socket which seems to satisfy the requirements.
Merge remote-tracking branch "origin/0.3" * origin/0.3: (62 commits) Updated Guzzle version and dep to ~3.0 `composer update` after merge (again) `composer update` Ensure that response status is an int [socket-client] Remove leading backslash for use statement [http-client] Whitespace [http-client] Simplify client, remove getters/setters for connectors [socket-client] Add line to do-split.sh [socket-client] Add replace to composer.json [socket-client] Document changes in CHANGELOG and UPGRADE [http-client] Gracefully handle undefined response status codes [http-client] Remove newlines from response headers (thanks @staabm) Rename Connector::getConnection to createTcp Rename ConnectionManager to Connector Make the transport method of the socket variable. Use When instead of FulfilledPromise and RejectedPromise Semi-functional test case for ConnectionManager Remove all listeners from socket server on shutdown Make promise constraint consistent by using tilde Tighten visibility of SocketClient properties ... Conflicts: CHANGELOG.md
PreviousNext