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

Support WSS when running a HTTPS server #54

Merged
merged 2 commits into from
Nov 12, 2016
Merged

Conversation

coderfin
Copy link
Contributor

@coderfin coderfin commented Nov 3, 2016

This change will convert http:// -> ws:// and https:// -> wss://.

This change will convert `http://` -> `ws://` and `https://` -> `wss://`.
@@ -1,6 +1,6 @@
{
"name": "reload",
"version": "1.0.2",
"version": "1.0.3",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please stop incrementing the version number.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure, no problem.

I thought when you said "squash" you were referring to git squash... https://davidwalsh.name/squash-commits-git.

I guess you meant not to increment the version. If you want both it isn't really clear what you want. I guess that is what this is for. #51

Copy link
Owner

Choose a reason for hiding this comment

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

I can see the confusion @coderfin, no worries. I will get to merging this really soon (hopefully today).

@alallier alallier merged commit bd757a4 into alallier:master Nov 12, 2016
@alallier
Copy link
Owner

Looks great thank you for this!

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