From b226767450abc9264febd3e0fc357665ccf7dc73 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Fri, 28 Oct 2011 13:21:02 -0600 Subject: [PATCH] bump to postprocess 0.0.3 - fixes issues in postprocessing certain types of responses (where a string is sent() instead of a buffer as the first chunk) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5025dca64..43a0d9293 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ , "sax" : "0.2.3" , "mimelib-noiconv" : "0.1.3" , "jwcrypto": "https://github.com/mozilla/jwcrypto/tarball/83aa543" - , "postprocess": "0.0.2" + , "postprocess": "0.0.3" , "urlparse": "0.0.1" } , "scripts": { -- GitLab