summaryrefslogtreecommitdiff
path: root/libcli/http/http_conn.c
AgeCommit message (Collapse)AuthorFilesLines
2020-11-10http_conn.c: fix "void function cannot return value" errorBjörn Jacke1-2/+1
this made the studio compiler build break Signed-off-by: Bjoern Jacke <bjacke@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2019-08-07s4:lib/http: move to the toplevelRalph Boehme1-0/+348
This is going to be used from the s3 RPC server soon... Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Samuel Cabrero <scabrero@suse.de>