Skip to content

fix: parse server endpoint values that include colons#448

Open
saschabuehrle wants to merge 1 commit intoallenai:mainfrom
saschabuehrle:fix/issue-445
Open

fix: parse server endpoint values that include colons#448
saschabuehrle wants to merge 1 commit intoallenai:mainfrom
saschabuehrle:fix/issue-445

Conversation

@saschabuehrle
Copy link
Copy Markdown

Fixes #445

The parser now treats colon-only segments as a continuation of the previous value, so endpoint strings like localhost:8080/v1 work correctly instead of failing argument parsing. I also added a focused test for the endpoint case plus a numeric-casting regression check.

Greetings, saschabuehrle

Sign up for free to 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.

unable to set endpoint argument in server method because of colon arg delimiter

1 participant