[ 
https://issues.apache.org/jira/browse/TINKERPOP-2441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17210973#comment-17210973
 ] 

ASF GitHub Bot commented on TINKERPOP-2441:
-------------------------------------------

divijvaidya opened a new pull request #1344:
URL: https://github.com/apache/tinkerpop/pull/1344


   https://issues.apache.org/jira/browse/TINKERPOP-2441
   
   Support WebSocket compression extension on server and clients. The 
compression was standardized in https://tools.ietf.org/html/rfc7692 and Netty 
provides out of the box implementation for it. Note that the compression goes 
through a negotiation (via HTTP headers) and in cases when the server supports 
it but the client doesn't, it would fall back. Vice versa is also true and 
hence, it is a backward compatible functionality.  
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


> Add compression to WebSocket frames sent from client
> ----------------------------------------------------
>
>                 Key: TINKERPOP-2441
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2441
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: dotnet, driver, javascript, python, server
>    Affects Versions: 3.5.0, 3.4.8
>            Reporter: Divij Vaidya
>            Priority: Minor
>
> Add compression for WebSocket frames. The compression was standardized in 
> [https://tools.ietf.org/html/rfc7692] and Netty provides out of the box 
> implementation for it, hence Java is easy but we should implement it for all 
> clients. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to