Open
Description
These results come from manually diff-ing behavior between webrtc
peerconnection_server
and us
- Always specifies
Connection
headerclose
- Always specifies
Cache-Control
headerno-cache
- CORS exposes header
X-Peer-Id
, but it seems the client example doesn't use it and the server doesn't parse it. - Uses
HTTP/1.0
. Server
header is set toPeerConnectionTestServer/0.1
GET /sign_in
query
is optional, if given there is no key (so it's just ?name
)
There is some GC of connections done by the notifier, when iterating through peers to tell them status has changed.
GET /sign_out
any error (like non existent peer) results in a 500
POST /message
Content-Type
is maintained/matched