I have implemented an application in C language which communicates with Amazon AVS cloud using nghttp2 and openssl. I can get a response up to 65535 bytes only. If a response is greater than 65535 bytes than application can't receive the rest data and stuck forever to receive the response. As mention earlier, I am using the nghttp2 library for HTTP/2 connection.
Is there any configuration needs to set to get data size more than 65535 bytes from AVS cloud? Please help.