From f940ee57897213111d04d0c105640a02a8e2d315 Mon Sep 17 00:00:00 2001 From: Mikhail Chechnev Date: Tue, 22 Jan 2019 18:11:44 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BE=D1=80=D1=80=D0=B5=D0=BA=D1=82?= =?UTF-8?q?=D0=B8=D1=80=D0=BE=D0=B2=D0=BA=D0=B0=20=D0=BF=D0=B0=D1=80=D0=B0?= =?UTF-8?q?=D0=BC=D0=B5=D1=82=D1=80=D0=BE=D0=B2=20=D0=BE=D1=82=D0=BF=D1=80?= =?UTF-8?q?=D0=B0=D0=B2=D0=BA=D0=B8=20=D0=BF=D0=BE-=D1=83=D0=BC=D0=BE?= =?UTF-8?q?=D0=BB=D1=87=D0=B0=D0=BD=D0=B8=D1=8E=20=D0=B4=D0=BB=D1=8F=20?= =?UTF-8?q?=D0=BA=D0=BE=D1=80=D1=80=D0=B5=D0=BA=D1=82=D0=BD=D0=BE=D0=B9=20?= =?UTF-8?q?=D0=BE=D0=B1=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D0=BA=D0=B8=20=D0=B1?= =?UTF-8?q?=D0=B8=D0=BD=D0=B0=D1=80=D0=BD=D1=8B=D1=85=20=D0=BE=D1=82=D0=B2?= =?UTF-8?q?=D0=B5=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/out_queue_processor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/out_queue_processor.js b/core/out_queue_processor.js index c95653d..e0bc283 100644 --- a/core/out_queue_processor.js +++ b/core/out_queue_processor.js @@ -129,7 +129,7 @@ const appProcess = async prms => { //Кладём данные контекста в сервис _.extend(prms.service, serviceCtx); //Собираем параметры для передачи серверу - let options = { method: prms.function.sFnPrmsType }; + let options = { method: prms.function.sFnPrmsType, encoding: null }; //Определимся с URL и телом сообщения в зависимости от способа передачи параметров if (prms.function.nFnPrmsType == objServiceFnSchema.NFN_PRMS_TYPE_POST) { options.url = buildURL({ sSrvRoot: prms.service.sSrvRoot, sFnURL: prms.function.sFnURL });