Documented HTTP server 'keep-alive' support

This commit is contained in:
Denis Chaplygin 2019-08-19 17:57:09 +03:00
parent a7b7d77e1f
commit 4fbf58adb3

View File

@ -1,3 +1,8 @@
# OSRM HTTP server
Built-in HTTP server is a basic HTTP/1.0 server that supports 'keep-alive' extension. Persistent connections are limited to 512 requests per
connection and allow no more then 5 seconds between requests.
## General options
All OSRM HTTP requests use a common structure.