X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Ffilter_http_rewrite.cpp;h=fd23e6167c556d56a75f673a2c3e59e2dc214b32;hb=fc60434912ceab56484a525b650089310526746f;hp=249a7572bc89fc548775a29ed60545fc706dfb6c;hpb=2b862fc3e525e3d53854e9825ae2e22683e8a03c;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);