Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 931c265

Browse files
jianjunzZhang, He
authored andcommitted
Add version 4.1.
Change-Id: I25ff9bfd5b7fc71d15a73d39f2c9f6d7df210a89 Reviewed-on: https://git-ccr-1.devtools.intel.com/gerrit/99651 Reviewed-by: Zhang, He <[email protected]> Tested-by: Zhang, He <[email protected]> Tested-by: Qiu, Jianlin <[email protected]>
1 parent 9d3ef02 commit 931c265

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

peerserver.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ function authorization(socket, next){
9696
case '4.0':
9797
case '4.0.1':
9898
case '4.0.2':
99+
case '4.1':
99100
// socket.user stores session related information.
100101
if(token){
101102
validateUser(token, function(uid){ // Validate user's token successfully.

0 commit comments

Comments
 (0)