Web app and persistent connection

Hi all,

Apparently a Xojo Web app does not use persistent connections (the Standalone app closes the TCP connection with each HTTP response). While a web app makes a lot of requests. There is a particular reason for this choice?

The back end is only http/1.0 compliant, and we haven’t had time for a rewrite.

Persistent connections and pipelining are part of http/1.1.