Matt Bonneau
|
772e465650
|
Merge commit '6df0bd1b68df5b9774b79c036b9ba31d85ad0d01' into v0.4
# Conflicts:
# composer.json
# src/Handshake/ClientNegotiator.php
# src/Handshake/ServerNegotiator.php
# tests/ab/clientRunner.php
# tests/ab/startServer.php
# tests/unit/Handshake/ServerNegotiatorTest.php
|
2024-12-04 08:08:29 -05:00 |
|
Michael Babker
|
42a6fd89e0
|
Code modernization
|
2021-12-12 18:48:55 -06:00 |
|
Dawid Królak
|
6df0bd1b68
|
Merge remote-tracking branch 'upstream/master'
|
2020-05-14 19:02:31 +02:00 |
|
Matt Bonneau
|
1cb14114c3
|
Change how disabled/supported/enabled is handled for deflate
|
2020-03-10 09:26:05 -04:00 |
|
Matt Bonneau
|
2159ed40f9
|
Requested changes for readability and style
|
2020-01-22 01:00:24 -05:00 |
|
Dawid Królak
|
f9a5094726
|
Replace guzzle based request/response object with PSR-17 factory
|
2019-10-16 22:55:59 +02:00 |
|
Matt Bonneau
|
cba2acd69d
|
Merge branch 'master' of github.com:ratchetphp/RFC6455 into permessage-deflate
# Conflicts:
# .travis.yml
# src/Messaging/MessageBuffer.php
|
2019-05-01 08:31:47 -04:00 |
|
Matt Bonneau
|
834de74a29
|
Suggest correct subprotocol when subprotocol mismatch
Fixes #24
|
2018-02-10 11:57:48 -05:00 |
|
Matt Bonneau
|
5f7f53e7eb
|
Work on php version support and testing
|
2017-10-30 17:01:32 -04:00 |
|
Matt Bonneau
|
bc16757a61
|
Fixup version check for permessage-deflate
|
2017-10-30 17:01:32 -04:00 |
|
Matt Bonneau
|
b84ef8b9ce
|
Client passes all per message deflate autobahn tests
|
2017-10-30 17:01:32 -04:00 |
|
Matt Bonneau
|
7280ddcd19
|
Per-message deflate with options work
|
2017-10-30 17:01:32 -04:00 |
|
Matt Bonneau
|
dd636a4058
|
When not agreeing on a subprotocol in non-strict - send no protocol header field
|
2017-09-13 09:40:02 -04:00 |
|
Matt Bonneau
|
8128af799a
|
Fix requested changes on PR
|
2017-09-12 22:33:33 -04:00 |
|
Matt Bonneau
|
78b7137627
|
Revert BC breaks to ServerNegotiator
|
2017-09-10 15:10:54 -04:00 |
|
Matt Bonneau
|
4ad549b9e0
|
Correct Responses in ServerNegotiator add tests
|
2017-04-19 23:28:04 -04:00 |
|
Chris Boden
|
889857a5e3
|
Give allowed methods in invalid method response
also a typo
|
2016-12-30 14:08:20 -05:00 |
|
Chris Boden
|
bbc7818ddb
|
Strict Sub-Protocol check off by default
More of an implementation detail, not specified in spec
|
2016-02-20 16:07:27 -05:00 |
|
Chris Boden
|
ac4d13cc09
|
Inject RequestVerfier instead of instantiating
|
2016-02-15 17:03:10 -05:00 |
|
Chris Boden
|
e75c843fc9
|
Rename Negotiator -> ServerNegotiator for consistence
|
2016-02-10 17:56:28 -05:00 |
|