forked from mirrors/gecko-dev
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			135 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			135 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| from mod_pywebsocket import msgutil
 | |
| 
 | |
| def web_socket_do_extra_handshake(request):
 | |
|   pass
 | |
| 
 | |
| def web_socket_transfer_data(request):
 | |
|   pass
 | 
