Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

每次请求的sessionid都不一样 #92

Open
saber078 opened this issue Dec 9, 2016 · 0 comments
Open

每次请求的sessionid都不一样 #92

saber078 opened this issue Dec 9, 2016 · 0 comments

Comments

@saber078
Copy link

saber078 commented Dec 9, 2016

dora-anyproxy下lib/utils.js第7行有什么用意?

module.exports.lower_keys = function(obj){
    for(var key in obj){
        var val = obj[key];
        delete obj[key];

        obj[key.toLowerCase()] = val;
    }

    return obj;
}

通过注掉

for(var key in obj){
       var val = obj[key];
       delete obj[key];

       obj[key.toLowerCase()] = val;
   }

sessionid就一致了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant