Fix double free of parser on error in http.Agent.
authorRyan Dahl <ry@tinyclouds.org>
Fri, 18 Mar 2011 17:31:38 +0000 (10:31 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Fri, 18 Mar 2011 17:42:43 +0000 (10:42 -0700)
commit66570c196429f01786c79f177c643b07f678c32c
tree3bf0bf5c9cbc1c46ff26d7c9404206e786518a60
parent975d02028608a59340ac33f234e3b981e2813b30
Fix double free of parser on error in http.Agent.

Thanks to Stéphan Kochen for the fix and Maurice Fonk for reproducing the
bug.

Closes GH-784.
Closes GH-803.
lib/http.js
test/simple/test-regress-GH-784.js [new file with mode: 0644]