From 5eaea5a2e6760b9ee0095f8c0ef09c04aff4047e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Linder?= Date: Fri, 31 Mar 2023 08:49:32 +0200 Subject: [PATCH] Update old TODO list --- TODO.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.txt b/TODO.txt index 0210747..eaccd14 100644 --- a/TODO.txt +++ b/TODO.txt @@ -3,10 +3,10 @@ lweb HTTP & HTTPS Webserver TODO List: DONE: Switch all Network operations to Standard API POST/PUT with bigger Files and or Contents -Sending of bigger Files (Currently everithing in Memory and then send) +DONE:Sending of bigger Files (Currently everithing in Memory and then send) error400 handling error Code handling (Different errorcodes and responses) Translate Remarks to english Translate README.md to english -Optimizing Code away from old PureBasic Network Code. +DONE:Optimizing Code away from old PureBasic Network Code. Cleanup unused Variables