]> git.saurik.com Git - apt.git/commit
derive more of https from http method
authorDavid Kalnischkies <david@kalnischkies.de>
Mon, 9 Mar 2015 00:54:46 +0000 (01:54 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 16 Mar 2015 17:00:50 +0000 (18:00 +0100)
commit905fba60a046646a26a56b4c5d4a5dc7d5906f0d
tree056f2321b14554c2bd1217f5e87254287b6e8477
parentd61960d9244340956a27f4ca46aecd15cc75e18b
derive more of https from http method

Bug #778375 uncovered that https wasn't properly integrated in the class
family tree of http as it was supposed to be leading to a NULL pointer
dereference. Fixing this 'properly' was deemed to much diff for
practically no gain that late in the release, so commit
0c2dc43d4fe1d026650b5e2920a021557f9534a6 just fixed the synptom, while
this commit here is fixing the cause plus adding a test.
methods/http.cc
methods/https.cc
methods/https.h
methods/server.cc
methods/server.h
test/integration/test-bug-778375-server-has-no-reason-phrase [new file with mode: 0755]
test/interactive-helper/aptwebserver.cc