From 95257b5d234085a66c5c0559cb0f3dc184d97990 Mon Sep 17 00:00:00 2001 From: Ground0 Date: Mon, 30 Dec 2024 14:35:11 +0100 Subject: [PATCH] Add Header Debug Output --- lweb.pbi | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lweb.pbi b/lweb.pbi index 41836c7..7dd7588 100644 --- a/lweb.pbi +++ b/lweb.pbi @@ -734,7 +734,11 @@ Module lhs_web configuration\hosts(m_clients(Str(thread_cli_id))\host_id)\sessions(Header(#http_head_cookie_set))\KillTime = Second(Date()) + configuration\hosts(m_clients(Str(thread_cli_id))\host_id)\sessions(Header(#http_head_cookie_set))\TTL EndIf - + ldl::Logging("Header Map fields:") + ForEach(Header()) + ldl::Logging("Field:["+MapKey(Header())+"] and content:["+Header()+"]") + Next + ldl::Logging("Header Map fields finished.") Select Header(#http_head_method) Case #http_method_get ;********************************