qqvm
qqvm
I am trying to do that manually, and streamChannel does not get initialized with my final handler. But handshake and settings exchange are successful.
I have something like this: ```swift self.deleteAllHandlers(context) context.channel.configureHTTP2Pipeline(mode: .server) { streamChannel -> EventLoopFuture in print("configureHTTP2Pipeline triggered") return streamChannel.pipeline.addHandler(HTTP2FramePayloadToHTTP1ServerCodec(normalizeHTTPHeaders: true)).flatMap { () -> EventLoopFuture in streamChannel.pipeline.addHandler(PlainHTTPHandler(fromHTTP2: true)).flatMap { () -> EventLoopFuture...
Yes, this is a plaintext upgrade from HTTP/1.
Version 1.1.2 Build 128 (mpv 0.32.0), the issue is still present.
@YexyIsSexy, I had the same issue after Tizen package was updated by automation. I replaced tizen-web repo branch with a tag (v10.8.9) and it worked for me. Apparently, something was...
@YexyIsSexy, when you clone tizen-web repo do it like this: `git clone -b "v10.8.9" --single-branch https://github.com/jellyfin/jellyfin-web.git`