Skip to content

constants: add | to list of allowed URL chars - #24

Closed
indutny wants to merge 1 commit into
masterfrom
fix/gh-node-27584
Closed

constants: add | to list of allowed URL chars#24
indutny wants to merge 1 commit into
masterfrom
fix/gh-node-27584

Conversation

@indutny

Copy link
Copy Markdown
Member

The vertical bar character | wasn't ported from http-parser during
rewrite. This commit introduces it back.

See: https://github.com/nodejs/http-parser/blob/5c17dad400e45c5a442a63f250fff2638d144682/http_parser.c#L275
See: nodejs/node#27584

The vertical bar character `|` wasn't ported from http-parser during
rewrite. This commit introduces it back.
See: https://github.com/nodejs/http-parser/blob/5c17dad400e45c5a442a63f250fff2638d144682/http_parser.c#L275
See: nodejs/node#27584
@indutny

Copy link
Copy Markdown
MemberAuthor

cc @nodejs/http

indutny added a commit that referenced this pull request May 7, 2019
The vertical bar character `|` wasn't ported from http-parser during
rewrite. This commit introduces it back.
See: https://github.com/nodejs/http-parser/blob/5c17dad400e45c5a442a63f250fff2638d144682/http_parser.c#L275
See: nodejs/node#27584
PR-URL: #24
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
@indutny

Copy link
Copy Markdown
MemberAuthor

Landed in ba06644 and released in 1.1.3

@indutnyindutny closed this May 7, 2019
@indutny
indutny deleted the fix/gh-node-27584 branch May 7, 2019 10:39
@indutny

Copy link
Copy Markdown
MemberAuthor

cc @tatsuhiro-t

@rvaggrvagg mentioned this pull request May 7, 2019
4 tasks
@tatsuhiro-t

Copy link
Copy Markdown
Contributor

thanks.

superstar-dev-work added a commit to superstar-dev-work/llhttp that referenced this pull request Jul 29, 2025
The vertical bar character `|` wasn't ported from http-parser during
rewrite. This commit introduces it back.
See: https://github.com/nodejs/http-parser/blob/5c17dad400e45c5a442a63f250fff2638d144682/http_parser.c#L275
See: nodejs/node#27584
PR-URL: nodejs/llhttp#24
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Sign up for freeto 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.

8 participants

@indutny@tatsuhiro-t@bnoordhuis@addaleax@antsmartian@cjihrig@BridgeAR@trivikr