Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 0.13.7 broken CANCEL #679

Merged
merged 3 commits into from
Apr 22, 2019
Merged

Conversation

john-e-riordan
Copy link
Collaborator

Fixes #677

A change was introduced in 0.13.7 which is not RFC compliant. In short, the From tag in a CANCEL request must match that of the request being cancelled.

Also fix a typing broken in 57d5e9d which is preventing build against Subscription.ts.

John Riordan added 3 commits April 22, 2019 09:30
 - a function
 - toTag/fromTag on outgoing request
 - incoming request/response base class
 - update a Transaction interface
 - type a couple of anys
@egreenmachine egreenmachine merged commit 989e3c4 into onsip:master Apr 22, 2019
@john-e-riordan john-e-riordan deleted the dev-cancel branch April 22, 2019 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Breaking Change in how Headers are handled on session.terminate()
2 participants