Printer FriendlyEmail Article Link

Avalanche: What is the maximum HTTP chunk size that an Avalanche client can receive?

Environment/Versions
  • Avalanche
Answer

There is no limit to the size of the chunks received.

  • The client side min/max affects the request SENT by the client, it has no effect on the server.
  • The server side min/max affects the response SENT by the server, it has no effect on the client.

The client min/max does not indicate the amount of data the client can receive, it affects the amount of data the client can send. HTTP GET requests contain no content, therefore the request is not chunked. HTTP POST do have content and the content is chunked based on the client side settings.


Product : Avalanche,Avalanche