X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Ffactory_static.cpp;h=3942637e1457ed891a215f2761b93c3c1cd7f384;hb=409c020044df74e1883710cbc1f2860dee8c5ac4;hp=2313bd336b9721dbc7186cabb03fbc280986cec5;hpb=8ced8e7b5de3ecba12ac68ce5c5e8cddf40d800f;p=metaproxy-moved-to-github.git diff --git a/src/factory_static.cpp b/src/factory_static.cpp index 2313bd3..3942637 100644 --- a/src/factory_static.cpp +++ b/src/factory_static.cpp @@ -35,6 +35,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #endif #include "filter_cql_to_rpn.hpp" #include "filter_frontend_net.hpp" +#include "filter_http_client.hpp" #include "filter_http_file.hpp" #include "filter_limit.hpp" #include "filter_load_balance.hpp" @@ -64,6 +65,7 @@ mp::FactoryStatic::FactoryStatic() #endif &metaproxy_1_filter_cql_to_rpn, &metaproxy_1_filter_frontend_net, + &metaproxy_1_filter_http_client, &metaproxy_1_filter_http_file, &metaproxy_1_filter_limit, &metaproxy_1_filter_load_balance,