[Git][security-tracker-team/security-tracker][master] 2 commits: web_support: support HTTP/1.1 replies

Emilio Pozuelo Monfort (@pochu) pochu at debian.org
Mon May 25 11:02:02 BST 2026



Emilio Pozuelo Monfort pushed to branch master at Debian Security Tracker / security-tracker


Commits:
b15b4ea8 by Helmut Grohne at 2026-05-21T17:57:14+02:00
web_support: support HTTP/1.1 replies

This bumps up the supported response version from HTTP/1.0 to HTTP/1.1.
As a consequence, the web server will support connection keep-alive.
HAProxy requires HTTP/1.1 replies for compressing responses.

Link: https://salsa.debian.org/lts-team/lts-extra-tasks/-/work_items/94

- - - - -
0e772465 by Emilio Pozuelo Monfort at 2026-05-25T10:02:00+00:00
Merge branch 'http11' into 'master'

web_support: support HTTP/1.1 replies

See merge request security-tracker-team/security-tracker!301
- - - - -


1 changed file:

- lib/python/web_support.py


Changes:

=====================================
lib/python/web_support.py
=====================================
@@ -775,6 +775,8 @@ 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/-/compare/63bed64821591b0566fb15d006f34db276fcd5bb...0e772465ed6aedf82d320dd47c79a91874c0361e

-- 
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/compare/63bed64821591b0566fb15d006f34db276fcd5bb...0e772465ed6aedf82d320dd47c79a91874c0361e
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/9e29a074/attachment-0001.htm>


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