Subversion Repositories HomeAutomation

Rev

Rev 984 | Rev 1348 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 984 Rev 1203
Line 80... Line 80...
80
    case "RESET":
80
    case "RESET":
81
    case "CLOSED":
81
    case "CLOSED":
82
    case "DIED":
82
    case "DIED":
83
    this.mySocket.stop();
83
    this.mySocket.stop();
84
    this.processBuffer();
84
    this.processBuffer();
-
 
85
    this.mySocket = null;
85
    break;
86
    break;
86
    }
87
    }
87
}
88
}
88
 
89
 
89
HTTP.prototype.processBuffer = function()
90
HTTP.prototype.processBuffer = function()