Skip to content

Conversation

@httpdss
Copy link
Owner

@httpdss httpdss commented Aug 11, 2025

Fixes #91

  • Make protocol dispatch explicit in ContentFetcher: only exact https:// is treated as a raw URL.
  • Ensures githubhttps:// and githubssh:// prefixes are stripped and routed to the correct handlers.
  • All tests pass locally (88 tests).

…tching only exact https:// as raw URL; add regression coverage via existing tests (refs #91)
@httpdss httpdss merged commit 3049c26 into main Aug 11, 2025
3 checks passed
@httpdss httpdss deleted the feature/issue-91-contentfetcher-protocol branch August 11, 2025 01:31
@httpdss httpdss added bug Something isn't working minor and removed feature labels Aug 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working minor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix protocol handling bug in ContentFetcher

2 participants