[Git][security-tracker-team/security-tracker][master] Revert "web_support: support HTTP/1.1 replies"

Salvatore Bonaccorso (@carnil) carnil at debian.org
Mon May 25 15:30:30 BST 2026



Salvatore Bonaccorso pushed to branch master at Debian Security Tracker / security-tracker


Commits:
282b5a50 by Salvatore Bonaccorso at 2026-05-25T16:29:39+02:00
Revert "web_support: support HTTP/1.1 replies"

This reverts commit b15b4ea8c512ab6cf94d6fafcbe350c7bc1a1184.

Revert for now as it looks this caused some issues with the varnish
cache in front resulting in many 503 errors.

This might be unrelated, but reverting the changes seems to have brought
the tracker in a happier state.

- - - - -


1 changed file:

- lib/python/web_support.py


Changes:

=====================================
lib/python/web_support.py
=====================================
@@ -775,8 +775,6 @@ class WebServiceHTTP(WebServiceBase):
 
         service_self = self
         class Handler(BaseHTTPRequestHandler):
-            protocol_version = "HTTP/1.1"
-
             def do_GET(self):
                 (method, path, remaining, params) = self.route()
                 if path is None:



View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/282b5a50e4f569825cca9c086f05634bd945b207

-- 
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/282b5a50e4f569825cca9c086f05634bd945b207
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-security-tracker-commits/attachments/20260525/01a0124c/attachment.htm>


More information about the debian-security-tracker-commits mailing list