Loading debian/changelog +11 −0 Original line number Diff line number Diff line libhttppp (20260605+7) unstable; urgency=medium * HttpD: decode HTTP/1.1 chunked request bodies on the server side. Reverse proxies such as Traefik downgrade HTTP/2 POSTs to HTTP/1.1 using Transfer-Encoding: chunked (no Content-Length); the server loop now de-chunks the body before dispatching RequestEvent and rewrites the Content-Length header, fixing form submissions that were forwarded with raw chunk framing and could not be parsed by the backend. -- Jan Koester <jan.koester@tuxist.de> Fri, 05 Jun 2026 12:00:00 +0200 libhttppp (20260521+6) unstable; urgency=medium * HttpD: add reloadCertificates() for runtime TLS certificate hot-reload Loading Loading
debian/changelog +11 −0 Original line number Diff line number Diff line libhttppp (20260605+7) unstable; urgency=medium * HttpD: decode HTTP/1.1 chunked request bodies on the server side. Reverse proxies such as Traefik downgrade HTTP/2 POSTs to HTTP/1.1 using Transfer-Encoding: chunked (no Content-Length); the server loop now de-chunks the body before dispatching RequestEvent and rewrites the Content-Length header, fixing form submissions that were forwarded with raw chunk framing and could not be parsed by the backend. -- Jan Koester <jan.koester@tuxist.de> Fri, 05 Jun 2026 12:00:00 +0200 libhttppp (20260521+6) unstable; urgency=medium * HttpD: add reloadCertificates() for runtime TLS certificate hot-reload Loading