webmcp

changeset 367:e14e199e855f

Updated documentation for new Moonbridge version (again)
author jbe
date Sun Jun 21 02:51:57 2015 +0200 (2015-06-21)
parents 4dbf4374f24a
children 56cb5ed5e692
files framework/bin/mcp.lua
line diff
     1.1 --- a/framework/bin/mcp.lua	Sat Jun 20 02:44:24 2015 +0200
     1.2 +++ b/framework/bin/mcp.lua	Sun Jun 21 02:51:57 2015 +0200
     1.3 @@ -316,7 +316,8 @@
     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_idle_timeout      = request_idle_timeout,       -- maximum time until receiving the first byte of the request header
     1.8 +    idle_timeout              = idle_timeout,               -- maximum time until receiving the first byte of the request header
     1.9 +    stall_timeout             = stall_timeout,              -- maximum time a client connection may be stalled
    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

Impressum / About Us