'ERR_HTTP2_PROTOCOL_ERROR -UPLOAD TAKES TIME

I have a haproxy ingress controller deployed in my cluster. I have deployed ingress for a UI React JS application.We are facing ERR_HTTP2_PROTOCOL_ERROR . When we upload small files, it is ok . But we upload large files it is taking time to upload. Should I deploy nginx-ingress controller? In the UI pod, under etc/nginx/default.conf We tried gzip off and large_client_header_buffers. But it didnot work.In the configmap for Haproxy,we tried adding tune.bufsize 32768,tune.maxrewrite 16384 but it didnot work. Can someone suggest a solution .Thanks in advance.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source