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

Jim Fulton jim@korak.digicool.com
Mon, 13 Dec 1999 13:26:22 -0500


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

Modified Files:
      Tag: Zope-2_1_0
	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.