[The built-in HTTP server is a basic HTTP/1.0 server that supports a 'keep-alive' extension. Persistent connections are limited to 512 requests per connection and allow no more than 5 seconds between requests.](https://github.com/Project-OSRM/osrm-backend/blob/master/docs/http.md) Hi, @mjjbell .I've found that osrm supports long connection, but it's not really http1.1. Have you considered upgrading to http1.1?