Closed svenrademakers closed 1 year ago
With http2, we can enjoy smaller headers + better flow control, which should improve the flash update functionality. It seems that the actix-web server only wants to negotiate HTTP2 with TLS enabled, see: https://users.rust-lang.org/t/http2-0-frame-size-error-what-doest-that-mean/81106
this issue can be picked up after we have TLS enabled on the bmcd
bmcd
With http2, we can enjoy smaller headers + better flow control, which should improve the flash update functionality. It seems that the actix-web server only wants to negotiate HTTP2 with TLS enabled, see: https://users.rust-lang.org/t/http2-0-frame-size-error-what-doest-that-mean/81106
this issue can be picked up after we have TLS enabled on the
bmcd