From bad0dfffa58e84a774670264819061916c856f0d Mon Sep 17 00:00:00 2001 From: Dirk Krause Date: Sun, 20 Dec 2020 08:31:18 +0100 Subject: [PATCH] Update httpd.gd --- httpd.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpd.gd b/httpd.gd index de7ae05..f3ed7c7 100644 --- a/httpd.gd +++ b/httpd.gd @@ -210,7 +210,7 @@ func run_thrd(params): else: write_error(con, "501 Not Implemented", str("HTTP method '", mth, "' not supported!")) - con.disconnect() + con.disconnect_from_host() # hack to free the thread reference after it has exited # godot has no native protection here, and can