Github user ogoodman commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/624#discussion_r62778999 --- Diff: lib/atscppapi/examples/websocket/WebSocket.cc --- @@ -0,0 +1,246 @@ +#include "WebSocket.hh" + +#include <iostream> +#include "ts/ink_base64.h" +#include "openssl/evp.h" + +using namespace atscppapi; + +#define SAY(a) std::cout << a << std::endl; --- End diff -- Quite a few atscppapi examples appear to print to stdout, and I feel that this is appropriate for demonstration code. If you wanted to turn this into a provided plugin type, then this and quite a few other changes would of course be necessary.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---