Searched refs:bufstate (Results 1 – 1 of 1) sorted by relevance
350 bufstate = 0 # meaning: 0 => reading count; 1 => reading data variable in SocketIO369 if self.bufstate == 0 and len(self.buff) >= 4:373 self.bufstate = 1376 if self.bufstate == 1 and len(self.buff) >= self.bufneed:380 self.bufstate = 0