[
https://issues.apache.org/jira/browse/TS-2541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13886197#comment-13886197
]
Leif Hedstrom commented on TS-2541:
-----------------------------------
Sweet! One small comment / question:
Do we need the PRESENCE bit's for these two strings? I don't see you actually
using them anywhere, so are they actually worth spending two out of 64 precious
bits on 'em ? What I'd like us to do for v5.0.0, is to go through both header
token and the MIME_PRESENCE bits, and make sure that we both have all header
tokens (WKS) that the modern web uses, as well as making sure we use the
MIME_PRESENCE bits / presence() API optimal in the code (we might be able to
free up more bits for future use for example).
> Add WebSocket support
> ---------------------
>
> Key: TS-2541
> URL: https://issues.apache.org/jira/browse/TS-2541
> Project: Traffic Server
> Issue Type: New Feature
> Components: Core
> Reporter: Brian Geffon
> Assignee: Brian Geffon
> Fix For: 4.2.0
>
> Attachments: ws.patch
>
>
> Add WebSocket Support in TrafficServer.
> websocket is enabled on a remap basis, you will setup a websocket mapping by
> specifying the ws:// or wss:// schemes, for example add the following to
> remap.config:
> map ws://127.0.0.1:8080/foo ws://127.0.0.1:9090/
> Next, the current number of websocket connections can be monitored via the
> stats variable proxy.process.http.websocket.current_active_client_connections
> Community feedback would be appreciated.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)