-
Notifications
You must be signed in to change notification settings - Fork 730
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 both HTTP(none tls) and HTTPS(tls) in one package? #206
Comments
I found that when compliled with tls, HTTP protocol doesn't work. When complied with none_tls,HTTPS protocol doesn't work. How to compiile the code to both support HTTP and HTTPS? |
Afaik, you can't not w/o modifying the code. My gut feeling is you'll have to add two different namespace to avoid clash. |
You would probably want to take a look at PR #137 . |
Thank you. Do you have plan to merge #137 into master? |
Unfortunately, I'm not the owner of this repository. |
@jianjunz |
Support both HTTP(none tls) and HTTPS(tls) in one package?
The text was updated successfully, but these errors were encountered: