From 9d47455b2ce616304e9d3dfc13049e396cd0c513 Mon Sep 17 00:00:00 2001 From: Andreas Lind Date: Sat, 27 Jul 2024 14:20:23 +0200 Subject: [PATCH] Put back debug option --- lib/types/urlencoded.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/types/urlencoded.js b/lib/types/urlencoded.js index ccc091fa..1c1ff71d 100644 --- a/lib/types/urlencoded.js +++ b/lib/types/urlencoded.js @@ -111,6 +111,7 @@ function urlencoded (options) { // read read(req, res, next, parse, debug, { + debug: debug, encoding: charset, inflate: inflate, limit: limit,