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

urls in log incomplete? #195

Closed
vectorsize opened this issue Oct 19, 2015 · 2 comments
Closed

urls in log incomplete? #195

vectorsize opened this issue Oct 19, 2015 · 2 comments

Comments

@vectorsize
Copy link

shouldn't the addresses in line 122 rather be like this?

protocol = ssl ? 'https://' : 'http://';

rather than

protocol = ssl ? 'https:' : 'http:';

I know it's just debuging but if the urls are "correct" then on osx terminal you can click on them to open them in the browser directly ^^

or maybe I'm missing something?

thanks!

@jcpst
Copy link

jcpst commented Nov 28, 2015

Came here to say the same exact thing.

In xfce-terminal if the link is valid, then you can click on them to open, "copy as url", etc. I was doing this quite a bit until I updated http-sever.

@thornjad
Copy link
Member

thornjad commented Feb 3, 2019

Fixed in #220

@thornjad thornjad closed this as completed Feb 3, 2019
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

No branches or pull requests

3 participants