# HG changeset patch # User jbe # Date 1503340550 -7200 # Node ID 35124a570168fa0728d2772302508c481f53b480 # Parent 3499913370087913c9a007cfb489461997e87daf Clarified documentation: "each" -> "any" diff -r 349991337008 -r 35124a570168 doc/autodoc-header.htmlpart --- a/doc/autodoc-header.htmlpart Mon Aug 21 20:23:12 2017 +0200 +++ b/doc/autodoc-header.htmlpart Mon Aug 21 20:35:50 2017 +0200 @@ -99,7 +99,7 @@
- WebMCP uses the Moonbridge Network Server to handle HTTP requests. The Moonbridge Network Server listens to a TCP port and passes control to WebMCP by calling request.handler(...) for each request. However, before each request is processed, WebMCP will initialize the environment. This initialization includes tasks such as + WebMCP uses the Moonbridge Network Server to handle HTTP requests. The Moonbridge Network Server listens to a TCP port and passes control to WebMCP by calling request.handler(...) for each request. However, before any request is processed, WebMCP will initialize the environment. This initialization includes tasks such as