[
https://issues.apache.org/jira/browse/TS-4698?focusedWorklogId=25943&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-25943
]
ASF GitHub Bot logged work on TS-4698:
--------------------------------------
Author: ASF GitHub Bot
Created on: 23/Jul/16 12:08
Start Date: 23/Jul/16 12:08
Worklog Time Spent: 10m
Work Description: GitHub user ogoodman opened a pull request:
https://github.com/apache/trafficserver/pull/822
TS-4698: Adds an API call to identify WebSocket requests.
This makes it possible for plugins to detect incoming WebSocket connections
and thereby provide WebSocket termination if desired. An example will be given
in a PR addressing TS-4699.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ogoodman/trafficserver TS-4698
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/822.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #822
----
commit aee300591bbe45d628cc91ead658180f6e28925a
Author: Oliver Goodman <[email protected]>
Date: 2016-07-23T12:01:03Z
Adds an API call to identify WebSocket requests.
----
Issue Time Tracking
-------------------
Worklog Id: (was: 25943)
Time Spent: 20m (was: 10m)
> Add an API call to detect websocket connections
> -----------------------------------------------
>
> Key: TS-4698
> URL: https://issues.apache.org/jira/browse/TS-4698
> Project: Traffic Server
> Issue Type: Improvement
> Components: TS API
> Reporter: Oliver Goodman
> Time Spent: 20m
> Remaining Estimate: 0h
>
> It is possible for TS to terminate websocket connections using a server
> intercept plugin but in order to do so the plugin needs a reliable way to
> identify such connections. This information is known and used internally but
> not AFAICT yet exposed via the TS API. It is here proposed that a simple call
> be added to return this information.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)