HTTP/2 Support for syncfusion/word-processor-server

Can the syncfusion/word-processor-server docker image (https://hub.docker.com/r/syncfusion/word-processor-server) support Http2?


Some of the files I am trying to view are >32MB but GCP Cloud Run has a limit of 32MB payload size, there is no limit if the server supports Http2.

More context: https://stackoverflow.com/questions/59209884/cloud-run-request-limit


To test if this works, you can create a cloud run deployment, go to networking and enable "Use HTTP/2 end-to-end".

Thank you.


2 Replies

MA Mohammed Affan Saqib Hussain Syncfusion Team January 31, 2025 01:40 PM UTC

Hi Robert Muresan,

Currently we are checking this and will update the details by February 3, 2025.

Regards,

Mohammed Affan C



MA Mohammed Affan Saqib Hussain Syncfusion Team February 3, 2025 04:27 PM UTC

Hi Robert Muresan,

At present, the Word Processor Docker image lacks support for HTTP/2. You may modify the project outlined below to enable HTTP/2 support and then proceed to build the Docker image.

Sample - https://github.com/SyncfusionExamples/Word-Processor-Server-Docker

Regards,

Mohammed Affan C



Loader.
Up arrow icon