Commit 04687d0e authored by Stefan H. Holek's avatar Stefan H. Holek

Merged 2.11 branch r87177:87178 into the trunk.

Changed 'fast_listen' zope.conf option to 'fast-listen'.
parent 7f17741d
...@@ -198,6 +198,9 @@ Zope Changes ...@@ -198,6 +198,9 @@ Zope Changes
Bugs Fixed Bugs Fixed
- Fixed against-the-rules zope.conf option 'fast_listen' to read
'fast-listen' (dash, not underscore).
- Switch to branch of 'zope.testbrowser' external which suppresses - Switch to branch of 'zope.testbrowser' external which suppresses
over-the-wire tests. over-the-wire tests.
......
...@@ -19,10 +19,10 @@ ...@@ -19,10 +19,10 @@
receive WebDAV source responses to GET requests. receive WebDAV source responses to GET requests.
</description> </description>
</key> </key>
<key name="fast_listen" datatype="boolean" default="on"> <key name="fast-listen" datatype="boolean" default="on">
<description> <description>
Defines wether the http server should listen to requests immediately Defines whether the HTTP server should listen for requests
or only after zope is ready to run immediately or only after Zope is ready to run.
</description> </description>
</key> </key>
<key name="use-wsgi" datatype="boolean" default="off" /> <key name="use-wsgi" datatype="boolean" default="off" />
......
...@@ -975,8 +975,7 @@ instancehome $INSTANCE ...@@ -975,8 +975,7 @@ instancehome $INSTANCE
# #
# To defer the opening of the HTTP socket until the end of the # To defer the opening of the HTTP socket until the end of the
# startup phase: # startup phase:
# fast_listen false # fast-listen off
#
</http-server> </http-server>
# Examples: # Examples:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment