Fork me on GitHub
#pedestal
<
2021-12-29
>
lavh15:12:50

👋 I have a Pedestal app running on a Jetty server with HTTP/2 enabled. From the server, I would like to send a GOAWAY HTTP/2 data frame to the client to make the client open a new connection, but I didn't find a way to send HTTP/2 data frames from the server to the client. Do you know how can I do it?