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
_______________________________________________ debian-security-tracker-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-security-tracker-commits
