Browse Source

- removed create_via() (not longer available after the latest xmlrpc changes)

Andrei Pelinescu-Onciul 19 years ago
parent
commit
797c21033c
1 changed files with 0 additions and 3 deletions
  1. 0 3
      etc/ser.cfg

+ 0 - 3
etc/ser.cfg

@@ -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;