rust-http2 icon indicating copy to clipboard operation
rust-http2 copied to clipboard

Hyper

Open stepancheg opened this issue 8 years ago • 2 comments

Do something about Hyper. There are at least three options:

  • make big patch to hyper, merge rust-http2 into hyper
  • make rust-http depend on hyper, and use Hyper for HTTP/1 implementation
  • make hyper depend on rust-http2, and use rust-http2 in hyper to handle HTTP/2

cc https://github.com/hyperium/hyper/issues/304

stepancheg avatar Jul 04 '17 18:07 stepancheg

Any final decisions? I'd like to solve this issue.

inish777 avatar Aug 09 '17 09:08 inish777

No decision. I'd start with prototyping it to understand which way is better. And for prototyping I'd chose second option. Please note that this task is probably much harder than it looks like.

stepancheg avatar Aug 10 '17 00:08 stepancheg