[Zope-Checkins] CVS: Zope2 - HTTPRequest.py:1.28

Jim Fulton jim@korak.digicool.com
Mon, 6 Dec 1999 12:12:36 -0500


Update of /cvs-repository/Zope2/lib/python/ZPublisher
In directory korak.digicool.com:/projects/users/jim/sb/lib/python/ZPublisher

Modified Files:
	HTTPRequest.py 
Log Message:
Fixed bug that caused the request body to be lost when a request was 
retried on a conflict error.  I forgot to reset the request body.