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

Root path in http request line doesn't highlighted #2710

Closed
Jxck opened this issue Jan 16, 2021 · 0 comments · Fixed by #2711
Closed

Root path in http request line doesn't highlighted #2710

Jxck opened this issue Jan 16, 2021 · 0 comments · Fixed by #2711

Comments

@Jxck
Copy link
Contributor

Jxck commented Jan 16, 2021

Information

  • Language: http
  • Plugins: none

Description

When path is / (root) in request line, it doesn't parsed as path.

Code snippet

works

GET /path HTTP/1.1
Host: example.com

doesn't works

GET / HTTP/1.1
Host: example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant