From 3b5097a99c65b7bb0b080045e90ae12c60af996a Mon Sep 17 00:00:00 2001 From: Tiara Rodney Date: Sat, 21 Jun 2025 20:23:41 +0200 Subject: [PATCH] todo(14): open --- TODO | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/TODO b/TODO index 794f881..fe7ff1b 100644 --- a/TODO +++ b/TODO @@ -196,3 +196,14 @@ Description: change of issue 12 wasn't properly reflected in urllib PkgHandler unit tests --- + +ID: 14 +Type: feature +Title: add compression support for urllib PkgHandler +Status: open +Priority: high +Created: 2025-06-21 +Description: with a proper content-type of the PkgHandler addinfourl object, a + consumer can determine whether the file is compressed or not. + +---