From e9a68e19ff64f8d6430abfb91804ce218385a190 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Sat, 8 Jun 2019 19:04:30 -0300 Subject: [PATCH] Remove unused config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio José --- lib/bindings/http/receiver_structured_0_2.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/bindings/http/receiver_structured_0_2.js b/lib/bindings/http/receiver_structured_0_2.js index 6185826..7075118 100644 --- a/lib/bindings/http/receiver_structured_0_2.js +++ b/lib/bindings/http/receiver_structured_0_2.js @@ -39,10 +39,6 @@ function is_valid_http_request(req, res, config) { function HTTPStructured(configuration){ this.config = configuration; - this.config["headers"] = { - "content-type":"application/cloudevents+json; charset=utf-8" - }; - if(!this.config["path"]){ this.config["path"] = "/"; }