Skip to content

API inconsistencies with webrtc example #3

Open
@bengreenier

Description

@bengreenier

These results come from manually diff-ing behavior between webrtc peerconnection_server and us

  • Always specifies Connection header close
  • Always specifies Cache-Control header no-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 to PeerConnectionTestServer/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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions