Commit 20cc045
committed
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.md1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
0 commit comments