Text streaming support through a tunnel?

Is there a way to enable streaming support through a cloudflared tunnel? I had a program that generated live previews of a image that sends updates through the request but the tunnel seems to send all the text at the same time instead of streaming it how it was originally sent from the origin server
3 Replies
Eric
Eric5mo ago
(Yes, this is tested, it works as intended using local network IPs) the time between each update is like 2-5 seconds
Erisa
Erisa5mo ago
Are you using HTTP/2 when testing with local IPs? Possible the tunnel is configured to access the origin over HTTP/1.1, and many implementations don't support streaming data over HTTP/1.1
Eric
Eric5mo ago
ah, that makes sense now the server is python flask, which runs on http 1.1 but flask specifically does support streaming i'll see if I can either upgrade the http version or spoof it Hey, I just set up the server to serve over http/2 and i modified my program to make requests over http 2 as well. I still do not see streaming support, and the server only responds when the server finishes sending all data is there a setting somewhere I need to change in the cf dashboard to enable http2?
Want results from more Discord servers?
Add your server