Chris Boden
4cf38fe82e
Merge branch 'master' into 0.4
...
# Conflicts:
# CHANGELOG.md
# src/Ratchet/ConnectionInterface.php
# src/Ratchet/Http/Router.php
# src/Ratchet/WebSocket/Version/RFC6455.php
# tests/unit/Http/RouterTest.php
2017-02-16 20:14:25 -05:00
samizdam
56c07ce4b8
Factory new Request Url from url, instead path only: keep original request host, scheme, etc.
2016-11-25 21:26:12 +03:00
Chris Boden
524f879954
Fixed failing HTTP unit tests from PSR-7
2016-02-11 18:24:29 -05:00
Chris Boden
2f79840f30
Fixed Router/tests with PSR-7 integration
2016-02-11 17:52:33 -05:00
Chris Boden
d0d7b67ad7
Ues pecl_http if available, cleanup
...
pecl_http if available to parse HTTP requests (5x faster)
Update ConnectionContext to match latest RFC interface
Removed Guzzle integration test (now using PSR-7 API)
2015-05-31 13:54:43 -04:00
Chris Boden
3edd0cdd7e
Added unit test for query parameter fix
...
closes #220
closes #228
closes #229
2014-09-14 11:19:37 -04:00
Chris Boden
1a47d4f5e4
Fix loss of query params in Router and unit test
2014-09-13 19:14:18 -04:00
Chris Boden
1153cfc9d4
Merge branch 'refs/heads/lyrixx-cs'
2014-04-13 11:44:51 -04:00
Grégoire Pineau
3a8578bd17
CS (eof_ending)
2014-03-21 16:46:43 +01:00
Laurynas Veržukauskas
b7b0a6d2f4
PHP5.3 fix
2014-03-19 18:28:28 +02:00
Laurynas Veržukauskas
27d3939d30
Test added
2014-03-18 22:28:18 +02:00
Chris Boden
f50af83fa7
[Http][Security] OriginCheck + same host/origin policy
...
Added the Http\OriginCheck component that will only allow connections coming from desired Origins
Same host+origin policy by default: App.php, by default, will only allow connections from the given hostname
Fixes #102
2013-07-20 18:41:08 -04:00
Chris Boden
a876770cda
[Tests] Restructured test filesystem layout
2013-06-16 10:12:48 -04:00