[
https://issues.apache.org/jira/browse/TS-4699?focusedWorklogId=26082&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26082
]
ASF GitHub Bot logged work on TS-4699:
--------------------------------------
Author: ASF GitHub Bot
Created on: 29/Jul/16 01:56
Start Date: 29/Jul/16 01:56
Worklog Time Spent: 10m
Work Description: Github user jpeach commented on a diff in the pull
request:
https://github.com/apache/trafficserver/pull/824#discussion_r72732656
--- Diff: lib/atscppapi/examples/experimental/websocket/WSBuffer.hh ---
@@ -0,0 +1,69 @@
+#ifndef WS_BUFFER_HH_HEADERS_
+#define WS_BUFFER_HH_HEADERS_
--- End diff --
Use ``./tools/mkheader`` to generate a header template, which will include
the necessary ASL headers.
We don't use ``.hh`` as a file extension, this should be ``WSBuffer.h``.
Issue Time Tracking
-------------------
Worklog Id: (was: 26082)
Time Spent: 0.5h (was: 20m)
> Add an example websocket termination plugin using the C++ API
> -------------------------------------------------------------
>
> Key: TS-4699
> URL: https://issues.apache.org/jira/browse/TS-4699
> Project: Traffic Server
> Issue Type: Improvement
> Components: CPP API
> Reporter: Oliver Goodman
> Assignee: Brian Geffon
> Fix For: 7.0.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> It may be of interest to users to have an experimental example plugin showing
> how to terminate incoming websocket connections. A minimal example could
> implement the protocol and use it to set up a simple websocket echo server.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)