@@ -225,9 +225,6 @@ route[RPC]
if ((method=="POST" || method=="GET") &&
src_ip==127.0.0.1) {
- # add a Via header to the HTTP
- create_via();
-
if (msg:len >= 8192) {
sl_send_reply("513", "Request to big");
drop;