Chris Boden
|
b05552b219
|
Revert "[WebSocket] Frame concatenation"
This reverts commit 53354cd967d60115f9ab2bd833d3b0650bbd175c.
|
2012-06-07 09:05:36 -04:00 |
|
Chris Boden
|
a563fa3b0e
|
[WebSocket] Frame concatenation
If the server receives two frames that have been concatenated (RFC only) they're not separated properly
|
2012-06-07 09:00:31 -04:00 |
|
Chris Boden
|
b9144b3b82
|
[WebSocket] Encoding bug fix
In the handshake verifier, make sure we're checking byte length, not string length
|
2012-05-19 23:01:40 -04:00 |
|
Chris Boden
|
2ffcc6b0a7
|
[BCB] Namespace changes
Removed the `Component` namespace
Removed the `Resource` namespace
Renamed components:
`IOServerComponent` => `IoServer`
`WebSocketComponent` => `WsServer`
`SessionComponent` => `SessionProvider`
`WAMPServerComponent` => `WampServer`
`IpBlackListComponent` => `IpBlackList`
`FlashPolicyComponent` => `FlashPolicy`
|
2012-05-08 23:14:28 -04:00 |
|