From db3421418c0a8940fc14a3d830d4e0c7e836c162 Mon Sep 17 00:00:00 2001 From: Graham Date: Thu, 13 Aug 2020 19:10:08 +0100 Subject: [PATCH] Fix prefetch/len local names in Js5NetQueue Signed-off-by: Graham --- share/deob/map/client.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/deob/map/client.yaml b/share/deob/map/client.yaml index d0cb220d30..0e9e1119b0 100644 --- a/share/deob/map/client.yaml +++ b/share/deob/map/client.yaml @@ -17366,8 +17366,8 @@ methods: 478: "group" 483: "flags" 487: "compressionType" - 498: "urgent" - 503: "uncompressedLen" + 498: "prefetch" + 503: "len" 510: "key" 520: "request" 581: "headerLen"