vlang / vlang/gitly

[BUG] Going to https://gitly.org// returns Cloudflare Error 502

Open
#253 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
V
Stars
1.5k
Forks
79
PR merge metrics
No merged PRs in 30d

Description

I found this out while building my own vweb server, by mistake, and wondered if gitly has the same issue.

By loading https://gitly.org//, the site fails to work correctly

In my own instance, the error I get is

[vweb] tid: 000, error parsing path: net.urllib.parse: failed parsing url

and the Firefox says "The connection was reset"

I don't know if this is the same case.

image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the failure at https://gitly.org// and inspect the server's path parsing after the request enters the application. Trace the reported URL-parsing error, then verify that a double-slash URL is handled without returning a Cloudflare 502 or resetting the connection.

Written by the indexing model from the issue text.

Assessment

Domain
backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.