{lua_pushliteral(cc,"Content-Length");/* header key */lua_pushnumber(cc, sr_headers->content_length_n);/* head key value */lua_rawset(cc,-3);/* head */}if(sr_headers->content_type.len) {lua_pushliteral(cc,"Content-Type");/* header key */lua_pushlstring(cc, (char*) sr_h...