]> git.saurik.com Git - apt.git/commit
webserver: spurious newline after data confuses curl
authorDavid Kalnischkies <kalnischkies@gmail.com>
Fri, 11 Oct 2013 11:21:01 +0000 (13:21 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Sat, 30 Nov 2013 11:38:26 +0000 (12:38 +0100)
commit93a99dac870584ed4ea78f1c2f262db8b5460962
tree2ef0a5ce40127e424855b841bc09a168b5f97d27
parentad5051ef9da4e1f384237ecf1260e0cad95e0ea7
webserver: spurious newline after data confuses curl

Webserver wrongly sends an additional newline after the data which
causes curl to believe that the next request on this socket has no
header data and so includes all headers in the data output.

Git-Dch: Ignore
test/interactive-helper/aptwebserver.cc