Method SSL.sslfile()->query_stream()
- Method
query_stream
 
- Stdio.Filequery_stream()
- Description
- Return the underlying stream. 
- Note
- Avoid any temptation to do - destruct(sslfile_obj->query_stream()). That almost certainly creates more problems than it solves.- You probably want to use shutdown. 
- See also