-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Add warning for change session id when session is active #2406
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
Conversation
There are test failures on Travis. /cc @yohgaki |
The change is good. I'll look into why travis fails. |
@dreamsxin |
@yohgaki |
@dreamsxin Invalid chars in session ID is perfectly OK in tests, so you may keep using invalid session ID if you would like. I suggest to use escape sequence in this case. |
@yohgaki Help see why fails. |
@dreamsxin You don't have to discard invalid chars. Set save handler to "files", and adjust expected test script outputs. Since some developers may have problem with invalid chars, it's better to use escape sequence for invalid chars(bytes). e.g. "\x01" |
@yohgaki Use hex string? I will replace. But now for the failure now has nothing to do with that. |
Already used 16 decimal values instead. |
@dreamsxin |
@yohgaki what is the status of this patch ? |
@krakjoe |
Merged 072ef62 Thanks. |
No description provided.