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

Issue #40:http protocol is hardcoded in the URL #41

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

oneils
Copy link
Contributor

@oneils oneils commented Aug 20, 2024

  • moved hardcoded protocol to an argument

Must be merged after #43

@coveralls
Copy link

coveralls commented Aug 20, 2024

Pull Request Test Coverage Report for Build 10874056384

Details

  • 0 of 1 (0.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 67.305%

Changes Missing Coverage Covered Lines Changed/Added Lines %
app/server/web.go 0 1 0.0%
Totals Coverage Status
Change from base Build 10874009145: 0.0%
Covered Lines: 562
Relevant Lines: 835

💛 - Coveralls

Copy link
Owner

@umputun umputun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR. It looks fine, but not an easy one to review as, in addition to the expected (small) change, it also changed other things, like public/private visibility of some structs and fields.

It would be nice if you could split it into two commits: one with the actual protocol change and another with everything else you have improved.

@oneils
Copy link
Contributor Author

oneils commented Sep 7, 2024

Sure, no problem. I'll do it

@oneils
Copy link
Contributor Author

oneils commented Sep 15, 2024

@umputun please take a look at #43
After the #43 is merged, I'll rebase this branch with master.

   - moved hardcoded protocol to an argument
@umputun umputun merged commit 6a88bc1 into umputun:master Sep 16, 2024
1 check passed
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.

3 participants