[Zope-dev] ZServer response RFC compliance improvement

2005-08-20 Thread Jens Vagelpohl

Hi everyone,

I'd like to get the zserver-content-length.patch createed by dunny in  
this collector issue:


http://www.zope.org/Collectors/Zope/1866/collector_issue_contents

merged into the Zope 2.7/2.8 branches and the trunk. It ensures that  
certain classes of responses (e.g. 304) correctly leave out the  
content-length header. Can anyone seee a valid reason for not merging  
it in?


jens

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] OSX: zopectl test results in Interrupted system call

2005-08-20 Thread Stefan H. Holek
Since r37701 zopectl test forks off a child process [1]. On OSX I  
now reliably get a traceback tacked onto the end of every test report:


Traceback (most recent call last):
  File /Zope8/lib/python/Zope2/Startup/zopectl.py, line 312, in ?
main()
  File /Zope8/lib/python/Zope2/Startup/zopectl.py, line 281, in main
c.onecmd( .join(options.args))
  File /usr/local/python2.3/lib/python2.3/cmd.py, line 210, in onecmd
return func(arg)
  File /Zope8/lib/python/Zope2/Startup/zopectl.py, line 266, in  
do_test

os.waitpid(pid, 0)
OSError: [Errno 4] Interrupted system call

Tested on two OSX machines. Appears to work fine on Linux. Anybody  
else seeing this? Ideas?


Thanks,
Stefan


[1] http://svn.zope.org/Zope/branches/Zope-2_8-branch/lib/python/ 
Zope2/Startup/zopectl.py?rev=37701r1=30475r2=37701


--
Anything that happens, happens.  --Douglas Adams


___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope )