# HG changeset patch # User jbe # Date 1427152369 -3600 # Node ID ae6e889fe2646c4b76ad3cc55c991f5749117bc4 # Parent 3384306aa7bc13a4d2c2453125a5cdf67aa36e4e Bugfix in mcp.lua regarding passing http_options diff -r 3384306aa7bc -r ae6e889fe264 framework/bin/mcp.lua --- a/framework/bin/mcp.lua Tue Mar 24 00:12:35 2015 +0100 +++ b/framework/bin/mcp.lua Tue Mar 24 00:12:49 2015 +0100 @@ -306,7 +306,7 @@ request.initialize() request.handler(http_request, request_count >= max_requests_per_fork) end - local outer_handler = http.generate_handler(inner_handler, http_options) + local outer_handler = http.generate_handler(inner_handler, args.http_options) args.prepare = postfork_init args.connect = function(socket) request_count = request_count + 1