From: Casey Bodley Date: Sat, 18 Jun 2016 02:32:48 +0000 (-0400) Subject: rgw: add submodule for Beast header-only library X-Git-Tag: v11.1.0~454^2~75 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=273e5407a4040308399deaea75d117c495304e81;p=ceph.git rgw: add submodule for Beast header-only library Beast is a c++ http protocol library build on top of boost::asio Signed-off-by: Casey Bodley Signed-off-by: Matt Benjamin Signed-off-by: Radoslaw Zarzynski --- diff --git a/.gitmodules b/.gitmodules index 9e564a02dce..6765e947499 100644 --- a/.gitmodules +++ b/.gitmodules @@ -38,3 +38,6 @@ url = https://github.com/ceph/lua.git branch = lua-5.3-ceph ignore = dirty +[submodule "src/Beast"] + path = src/Beast + url = https://github.com/ceph/Beast.git diff --git a/src/Beast b/src/Beast new file mode 160000 index 00000000000..999e2fa0318 --- /dev/null +++ b/src/Beast @@ -0,0 +1 @@ +Subproject commit 999e2fa0318b5982736d3ea01a418770ea802671