浏览代码

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

Andrei Pelinescu-Onciul 19 年之前
父节点
当前提交
797c21033c
共有 1 个文件被更改,包括 0 次插入3 次删除
  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;