Commit fc1696d9 authored by jan.koester's avatar jan.koester
Browse files

deb

parent b607c586
Loading
Loading
Loading
Loading
+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