-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
kiwix-serve displays both protocol attached ips #704
Conversation
9afa991
to
0d43858
Compare
8126c6d
to
9f20116
Compare
628b677
to
7372d88
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM from a user perspective. Ready for code review.
Not yet. Comments from my previous review have not been addressed. |
Oops! It turns out that I failed to publish my review - it was in pending state since last Wednesday :( |
7372d88
to
b5e180b
Compare
b5e180b
to
7c2418a
Compare
@sgourdas Where is the new
|
@kelson42 the new |
d606c80
to
4b40606
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is mostly ready to merge, but since it depends on a PR in libkiwix
, I am playing picky and deferring the approval until the libkiwix PR is merged.
4893af3
to
6e9e68d
Compare
@sgourdas Does not compile anymore:
|
6e9e68d
to
55b42f2
Compare
@kelson42 missed a line. Try again please. |
LGTM |
This changes the logic to use the refactored
getBestPublicIps
so kiwix-serve can display all attached ips based on the protocol that was requested by the user.Fixes #703
Relies on kiwix/libkiwix#1132