Fork me on GitHub
#pedestal
<
2018-05-29
>
souenzzo19:05:09

Hello. I'm trying to enable HTTP2. I put ::http/container-options {:h2c? true} on my service, but when I use curl, I get HTTP1.1 101 + HTTP2 on response. Other servers "from web" with the same curl params responds just with HTTP2. I'm doing something wrong?

ddeaguiar19:05:42

the first one seems out of date. I’ll try to update that when I’ve got time

ddeaguiar19:05:46

the later seems updated

souenzzo19:05:29

Yep. With just curl --http2 i get 101 + 2.0. with curl --http2 --http2-prior-knowledge I get just 2.0 I think that everything is ok. I will send to dev env and check if works with apache/browser.