mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Add comment on the meaning of ssl->in_offt == NULL
This commit is contained in:
		
							parent
							
								
									e72489de11
								
							
						
					
					
						commit
						e41158ba10
					
				@ -6849,6 +6849,7 @@ int mbedtls_ssl_read( mbedtls_ssl_context *ssl, unsigned char *buf, size_t len )
 | 
				
			|||||||
     * ssl->keep_current_message = 0 below.
 | 
					     * ssl->keep_current_message = 0 below.
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /* Loop as long as no application data record is available */
 | 
				
			||||||
    while( ssl->in_offt == NULL )
 | 
					    while( ssl->in_offt == NULL )
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        /* Start timer if not already running */
 | 
					        /* Start timer if not already running */
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user