From 4fbf58adb398ac138e8fc7515767174b34f3206c Mon Sep 17 00:00:00 2001 From: Denis Chaplygin Date: Mon, 19 Aug 2019 17:57:09 +0300 Subject: [PATCH] Documented HTTP server 'keep-alive' support --- docs/http.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/http.md b/docs/http.md index ba6858ec7..ff4b24602 100644 --- a/docs/http.md +++ b/docs/http.md @@ -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.