Skip to content

Conversation

@TimothyGu
Copy link
Member

It only returns 0, nor is it likely to have any error conditions in the future.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

src, url

@TimothyGuTimothyGu added c++ Issues and PRs that require attention from people who are familiar with C++. whatwg-url Issues and PRs related to the WHATWG URL implementation. labels Mar 19, 2017
@nodejs-github-botnodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. dont-land-on-v4.x whatwg-url Issues and PRs related to the WHATWG URL implementation. labels Mar 19, 2017
@TimothyGu
Copy link
MemberAuthor

src/node_url.h Outdated
Copy link
Member

Choose a reason for hiding this comment

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

Aside: c in the else block above is casted twice.

It only returns 0, nor is it likely to have any error conditions in the future. PR-URL: nodejs#11922 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: James M Snell <[email protected]>
@TimothyGu
Copy link
MemberAuthor

Landed in d231236.

@TimothyGuTimothyGu deleted the url-percent-void branch March 22, 2017 01:22
@TimothyGuTimothyGu merged commit d231236 into nodejs:masterMar 22, 2017
MylesBorins pushed a commit that referenced this pull request Mar 28, 2017
It only returns 0, nor is it likely to have any error conditions in the future. PR-URL: #11922 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: James M Snell <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Mar 28, 2017
@italoacasasitaloacasas mentioned this pull request Apr 10, 2017
2 tasks
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++Issues and PRs that require attention from people who are familiar with C++.whatwg-urlIssues and PRs related to the WHATWG URL implementation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@TimothyGu@bnoordhuis@jasnell@cjihrig@joyeecheung@nodejs-github-bot