webmcp

diff framework/bin/mcp.lua @ 366:4dbf4374f24a

Updated documentation for new Moonbridge version
author jbe
date Sat Jun 20 02:44:24 2015 +0200 (2015-06-20)
parents 1d850c6688b6
children e14e199e855f
line diff
     1.1 --- a/framework/bin/mcp.lua	Fri May 22 01:44:31 2015 +0200
     1.2 +++ b/framework/bin/mcp.lua	Sat Jun 20 02:44:24 2015 +0200
     1.3 @@ -316,8 +316,9 @@
     1.4      static_headers            = static_headers,             -- string or table of static headers to be returned with every request
     1.5      request_header_size_limit = request_header_size_limit,  -- maximum size of request headers sent by client
     1.6      request_body_size_limit   = request_body_size_limit,    -- maximum size of request body sent by client
     1.7 -    request_header_timeout    = request_header_timeout,     -- time after which request headers must have been received and processed
     1.8 -    timeout                   = timeout,                    -- time in which request body and response must be sent
     1.9 +    request_idle_timeout      = request_idle_timeout,       -- maximum time until receiving the first byte of the request header
    1.10 +    request_header_timeout    = request_header_timeout,     -- maximum time until receiving the remaining bytes of the request header
    1.11 +    response_timeout          = response_timeout,           -- time in which request body and response must be sent
    1.12      maximum_input_chunk_size  = maximum_input_chunk_size,   -- tweaks behavior of request-body parser
    1.13      minimum_output_chunk_size = minimum_output_chunk_size   -- chunk size for chunked-transfer-encoding
    1.14    }

Impressum / About Us