Make sure all filehandles are closed at the end of a trasaction. See #464 and #465.

Fixes a few typos in some error messages when we are over the limits.
This commit is contained in:
brectanus
2008-03-28 20:00:37 +00:00
parent b74b659114
commit aa6be1614e
4 changed files with 30 additions and 4 deletions

View File

@@ -1,8 +1,10 @@
19 Mar 2008 - 2.5.1-breach1
---------------------------
28 Mar 2008 - trunk
-------------------
* Allow HTTP_* targets as an alias for REQUEST_HEADERS:*.
* Make sure temporary filehandles are closed after a transaction.
14 Mar 2008 - 2.5.1
-------------------