E&S CVS Commit: PEAK - Prototype fix: 'peak.running.commands.CGICommand' could become confused on
pje at eby-sarna.com
pje at eby-sarna.com
Mon Nov 24 15:45:00 EST 2003
Module Name: PEAK
Committed By: pje
Date: Mon Nov 24 20:44:14 UTC 2003
Modified Files:
PEAK: CHANGES.txt
PEAK/src/peak/running: commands.py
Log Message:
Prototype fix: 'peak.running.commands.CGICommand' could become confused on
certain BSD variants (such as Mac OS/X), and assume it was running under
FastCGI, even if it wasn't. (Because the operating systems in question use
socket pairs to implement pipes.)
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/CHANGES.txt.diff?r1=1.97&r2=1.98
http://cvs.eby-sarna.com/PEAK/src/peak/running/commands.py.diff?r1=1.40&r2=1.41
To generate a diff of this commit:
cvs rdiff -r1.97 -r1.98 PEAK/CHANGES.txt
cvs rdiff -r1.40 -r1.41 PEAK/src/peak/running/commands.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
More information about the source-changes
mailing list