mirror of
https://github.com/versity/versitygw.git
synced 2026-04-25 15:10:29 +00:00
This fix enables Versity Gateway to serve clients that use the AWS C++ SDK - without enabling keepalive in the fiber connection, clients that use the AWS C++ SDK like Run:ai's model streamer [will wig out from all of the closed connections and fail to function](https://github.com/run-ai/runai-model-streamer/issues/55) when connecting to a Versity GW back end. This fix is intentionally side-effect free in that it retains the current default behavior, with the ability to override it via an env var or CLI arg