377378379380381382383384385386387
// if the proxy has been reset, do not send the to tag if (proxy.isReset() == true) { ToHeader to = (ToHeader) clonedRequest.getHeader(ToHeader.NAME); to.removeParameter("tag"); } // // 10. Forward Request //