# HG changeset patch # User jbe # Date 1434847917 -7200 # Node ID e14e199e855feaff2b04b4c967d03224c94cdc7a # Parent 4dbf4374f24adaeaaaae78c22181295fa5eacc05 Updated documentation for new Moonbridge version (again) diff -r 4dbf4374f24a -r e14e199e855f framework/bin/mcp.lua --- a/framework/bin/mcp.lua Sat Jun 20 02:44:24 2015 +0200 +++ b/framework/bin/mcp.lua Sun Jun 21 02:51:57 2015 +0200 @@ -316,7 +316,8 @@ static_headers = static_headers, -- string or table of static headers to be returned with every request request_header_size_limit = request_header_size_limit, -- maximum size of request headers sent by client request_body_size_limit = request_body_size_limit, -- maximum size of request body sent by client - request_idle_timeout = request_idle_timeout, -- maximum time until receiving the first byte of the request header + idle_timeout = idle_timeout, -- maximum time until receiving the first byte of the request header + stall_timeout = stall_timeout, -- maximum time a client connection may be stalled request_header_timeout = request_header_timeout, -- maximum time until receiving the remaining bytes of the request header response_timeout = response_timeout, -- time in which request body and response must be sent maximum_input_chunk_size = maximum_input_chunk_size, -- tweaks behavior of request-body parser