Skip to content

Commit

Permalink
fix typo in extra headers (extra space)
Browse files Browse the repository at this point in the history
  • Loading branch information
James Criscuolo committed Mar 15, 2021
1 parent 4627789 commit 709bed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/dialogs/session-dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ export class SessionDialog extends Dialog implements Session {
? this.delegate.onInfo(uas)
: uas.reject({
statusCode: 469,
extraHeaders: ["Recv-Info :"]
extraHeaders: ["Recv-Info:"]
});
}
break;
Expand Down

0 comments on commit 709bed2

Please sign in to comment.