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

Fixing stream mode with path parameter #415

Merged
merged 1 commit into from
Oct 13, 2021

Conversation

Mzack9999
Copy link
Member

@Mzack9999 Mzack9999 commented Oct 12, 2021

Before:

$ echo www.example.com | go run . -t 1 -path /test -stream -silent
https://www.example.com

After:

$ echo www.example.com | go run . -t 1 -path /test -stream -silent
https://www.example.com/test

@Mzack9999 Mzack9999 added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Oct 12, 2021
@Mzack9999 Mzack9999 self-assigned this Oct 12, 2021
@Mzack9999 Mzack9999 linked an issue Oct 12, 2021 that may be closed by this pull request
@ehsandeep ehsandeep merged commit 5fbaf98 into dev Oct 13, 2021
@ehsandeep ehsandeep deleted the issue-414-stream-mode-with-path branch October 13, 2021 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stream mode and -path option
2 participants