How can I manage the gateway’s connection reuse?

Starting from version 4.11.0.0 of the platform, the gateway, by default, makes use of connection reuse, and there are 2 headers that can be used to manage it.

  • If the client or server sends the connection: close header, the connection will not be reused.

  • If the server sends the keep-alive: timeout=<value> header, the connection reuse should respect the received parameter.

    By default, the gateway uses a timeout of 60 seconds to reuse open connections.
Thanks for your feedback!
EDIT

Share your suggestions with us!
Click here and then [+ Submit idea]