-
Notifications
You must be signed in to change notification settings - Fork 75
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
Fixed client issue of not being able to specify the notary url path #614
Fixed client issue of not being able to specify the notary url path #614
Conversation
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 except for one minor thing — thanks for the PR! Oh and please raise your PR against dev
instead of main
…ell as extend the path calculation to avoid adding a `/` when already starts with a `/`
…ell as extend the path calculation to avoid adding a `/` when already starts with a `/`
…o fix/allow-url-path-for-notary
Co-authored-by: yuroitaki <[email protected]>
…o fix/allow-url-path-for-notary
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! thanks again @ElusAegis
@ElusAegis the formatting ci failed, can you follow the instructions here? https://github.com/tlsnotary/tlsn/blob/dev/CONTRIBUTING.md#pull-requests |
@yuroitaki please have a look - I have fixed the formatting |
Merged! Thanks for your help~ |
Fix for the issue #612
Add an optional configuration
path
to theNotaryClient
structure, to supliment the existingport
andhost
. Defaults to empty String.