From 917c988baa29d37916d3d28573906f7ddc8166ee Mon Sep 17 00:00:00 2001 From: nnposter Date: Sat, 1 Apr 2017 16:05:12 +0000 Subject: [PATCH] Adds a CHANGELOG entry for the previous commit. --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index d9cc2484d..edfdf3c73 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ # Nmap Changelog ($Id$); -*-text-*- +o [NSE][GH#766] The HTTP Host header will now include the port unless it is + the default one for a given scheme. [nnposter] + o [NSE] Fixed several potential hangs in NSE scripts that used receive_buf(pattern), which will not return if the service continues to send data that does not match pattern. A new function in match.lua, pattern_limit,