[
https://issues.apache.org/jira/browse/TINKERPOP3-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stephen mallette closed TINKERPOP3-20.
--------------------------------------
Resolution: Won't Fix
Assignee: stephen mallette
Don't think we will do this - after discussion with James, if anything we'd do
an HTTP2 implementation somewhere along the line.
> Change HttpHandler to Netty's SpdyOrHttpHandler
> -----------------------------------------------
>
> Key: TINKERPOP3-20
> URL: https://issues.apache.org/jira/browse/TINKERPOP3-20
> Project: TinkerPop 3
> Issue Type: Improvement
> Components: server
> Reporter: James Thornton
> Assignee: stephen mallette
>
> The {{http2}} codec will be in Netty 5; however, a SPDY handler is included
> in the {{http}} codec in both Netty 4 and Netty 5:
> *Netty 4 codec-http*
> https://github.com/netty/netty/tree/4.1/codec-http/src/main/java/io/netty/handler/codec
> *Netty 5 codec-http*
> https://github.com/netty/netty/tree/master/codec-http/src/main/java/io/netty/handler/codec
> See Netty's {{SpdyOrHttpHandler}} in the example server implementation:
> https://github.com/netty/netty/tree/4.1/example/src/main/java/io/netty/example/spdy/server
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)