threefoldtech / rmb-rs

RMB implementation in rust
Apache License 2.0
3 stars 1 forks source link

Sending messages using hyper H2c (HTTP/2.0 over cleartext) #61

Open sameh-farouk opened 2 years ago

sameh-farouk commented 2 years ago

I read that by default the hyper server accepts both HTTP1.1 and HTTP2 requests. so sending the messages with HTTP2 version requests, could improve the performance.