X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Ffilter_http_rewrite.cpp;h=fd23e6167c556d56a75f673a2c3e59e2dc214b32;hb=fc60434912ceab56484a525b650089310526746f;hp=249a7572bc89fc548775a29ed60545fc706dfb6c;hpb=100c5228470dc9e35d400d7ab641d5064d2079b1;p=metaproxy-moved-to-github.git diff --git a/src/filter_http_rewrite.cpp b/src/filter_http_rewrite.cpp index 249a757..fd23e61 100644 --- a/src/filter_http_rewrite.cpp +++ b/src/filter_http_rewrite.cpp @@ -141,6 +141,7 @@ void yf::HttpRewrite::rewrite_body (mp::odr & o, char **content_buf, int *conten const spair_vec & uri_pats, const std::vector > & groups_bynum) const { + std::cout << "About to rewrite body: " << *content_buf; if (*content_buf) { std::string body(*content_buf);