Skip to content

Commit

Permalink
1. 精确返回被替换的规则类型(merge处理错误)
Browse files Browse the repository at this point in the history
  • Loading branch information
iptton committed Nov 25, 2013
1 parent 6930a60 commit 2d3a48a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion proxy/ryconnection.cpp
Expand Up @@ -481,7 +481,9 @@ void RyConnection::doRequestToNetwork(){
_connectingHost = _sendingPipeData->host;
_connectingPort = _sendingPipeData->port;

if(checkRule(_sendingPipeData)){
RuleMatchType ruleType = checkRule(_sendingPipeData);
if(ruleType == RuleMatchTypeReplaceSingle ||
ruleType == RuleMatchTypeReplaceDirectory){
return;
}
if(checkLocalWebServer(_sendingPipeData)){
Expand Down
Binary file modified rythem_zh_CN.qm
Binary file not shown.

0 comments on commit 2d3a48a

Please sign in to comment.