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 leftover review comments from #24 #33

Merged
merged 1 commit into from
Feb 20, 2019
Merged

Fix leftover review comments from #24 #33

merged 1 commit into from
Feb 20, 2019

Conversation

rfk
Copy link
Contributor

@rfk rfk commented Feb 20, 2019

This addresses a couple of minor review comments from #24, which I lost track of because github folded away the comments. I'm including them for completeness, but they don't affect the functionality of the library.

@rfk rfk requested a review from vladikoff February 20, 2019 09:30
Copy link
Contributor

@vladikoff vladikoff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

const ticketNonce = buf.readVectorBytes8();
const ticket = buf.readVectorBytes16();
if (ticket.byteLength < 1) {
throw new TLSError(ALERT_DESCRIPTION.DECODE_ERROR);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@rfk rfk merged commit 0a5dcc5 into master Feb 20, 2019
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.

2 participants