X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fex_filter_frontend_net.cpp;h=c5e4da69a081fc51d00948d72dd0cb4606a00070;hb=af4aeffc188e6d93b50803694bd5e57c1dc5e520;hp=f9a4ef41e0c6ac2568602c529efbc38bec7817c9;hpb=d0123337d70b0fb97b578cc57467bb94980f1014;p=metaproxy-moved-to-github.git diff --git a/src/ex_filter_frontend_net.cpp b/src/ex_filter_frontend_net.cpp index f9a4ef4..c5e4da6 100644 --- a/src/ex_filter_frontend_net.cpp +++ b/src/ex_filter_frontend_net.cpp @@ -55,7 +55,7 @@ public: "Content-Type", "text/plain"); http_res->content_buf = - odr_strdup(odr, "Welcome to YP2"); + odr_strdup(odr, "Welcome to Metaproxy"); http_res->content_len = strlen(http_res->content_buf); package.response() = gdu;