Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Perhaps a malformed path #491

Closed
giachi opened this issue Dec 13, 2015 · 6 comments
Closed

Perhaps a malformed path #491

giachi opened this issue Dec 13, 2015 · 6 comments

Comments

@giachi
Copy link

giachi commented Dec 13, 2015

Hi !!!

Perhaps a malformed path in "websocketpp/common/asio_ssl.hpp" line 32
websocketpp v 0.6.0 && 0.7.x dev

#ifdef ASIO_STANDALONE
    #include <asio/asio/ssl.hpp> // error
#else
    #include <boost/asio/ssl.hpp>
#endif
#ifdef ASIO_STANDALONE
    #include <asio/ssl.hpp> // ok
#else
    #include <boost/asio/ssl.hpp>
#endif

Gérard

@Meoo
Copy link
Contributor

Meoo commented Dec 20, 2015

I had to do the exact same modification to fix my build.

@zaphoyd
Copy link
Owner

zaphoyd commented Dec 20, 2015

I've pushed an update to the develop branch that should fix this. Can you confirm?

@Meoo
Copy link
Contributor

Meoo commented Dec 20, 2015

Works for me

@giachi
Copy link
Author

giachi commented Dec 20, 2015

Hi
Excuse my Google english

It's ok now.

I have a question : Websocketpp 0.7x dev "permessage-deflate extension"
work fine.

is there a way to disable it (or change the configuration) while the
program runs ?

thank you very much

2015-12-20 15:38 GMT+01:00 Peter Thorson notifications@github.com:

I've pushed an update to the develop branch that should fix this. Can you
confirm?


Reply to this email directly or view it on GitHub
#491 (comment)
.

@zaphoyd
Copy link
Owner

zaphoyd commented Dec 20, 2015

@giachi I'd be happy to discuss the config and use of the deflate/compression extension on the project mailing list (websocketpp@googlegroups.com). I'd rather keep the Github issues queue strictly for code issues rather than usage questions.

@giachi
Copy link
Author

giachi commented Dec 20, 2015

Ok, thanks, i transfer the question

@giachi giachi closed this as completed Dec 20, 2015
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

3 participants