vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Sat Dec 19 11:38:30 2015 +0200| [c1df2e66d8030ec180769d0fab75668fe8566432] | committer: Rémi Denis-Courmont
https: factor common connection management code > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c1df2e66d8030ec180769d0fab75668fe8566432 --- modules/access/http/Makefile.am | 4 +- modules/access/http/chunked.c | 5 +- modules/access/http/chunked_test.c | 5 +- modules/access/http/{h2conn.h => conn.h} | 36 ++++++++-- modules/access/http/connmgr.c | 113 ++++++++++++------------------ modules/access/http/h1conn.c | 88 +++++++++++++---------- modules/access/http/h1conn.h | 33 --------- modules/access/http/h2conn.c | 94 ++++++++++++++----------- modules/access/http/h2conn_test.c | 9 ++- modules/access/http/h2output.c | 1 - modules/access/http/h2output_test.c | 1 - 11 files changed, 188 insertions(+), 201 deletions(-) Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=c1df2e66d8030ec180769d0fab75668fe8566432 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
