comparison util/httpstream.lua @ 4797:e239668aa6d2

Merge 0.9->trunk
author Matthew Wild <mwild1@gmail.com>
date Sun, 29 Apr 2012 02:10:55 +0100
parents fc16f39e0c79
children
comparison
equal deleted inserted replaced
4796:04a34287dc12 4797:e239668aa6d2
105 success_cb({ 105 success_cb({
106 code = status_code; 106 code = status_code;
107 httpversion = httpversion; 107 httpversion = httpversion;
108 headers = headers; 108 headers = headers;
109 body = body; 109 body = body;
110 -- COMPAT the properties below are deprecated
111 responseversion = httpversion;
112 responseheaders = headers;
113 }); 110 });
114 end 111 end
115 else coroutine.yield("unknown-parser-type"); end 112 else coroutine.yield("unknown-parser-type"); end
116 end 113 end
117 114