mirror of
				https://gitea.invidious.io/iv-org/litespeed-quic.git
				synced 2024-08-15 00:53:43 +00:00 
			
		
		
		
	Release 2.12.14
- [BUGFIX] min RTO delay is 200 ms , not 1 second. - [BUGFIX] calculate TLP timer correctly when only one packet is in flight. - [BUGFIX] discard CRYPTO frames from lower levels after connection promotion. - [BUGFIX] cancel path response if path could not be initialized. - [BUGFIX] if push promise fails, do not invoke hset destructor.
This commit is contained in:
		
							parent
							
								
									c338955a09
								
							
						
					
					
						commit
						e02bc3157d
					
				
					 3 changed files with 11 additions and 5 deletions
				
			
		
							
								
								
									
										12
									
								
								CHANGELOG
									
										
									
									
									
								
							
							
						
						
									
										12
									
								
								CHANGELOG
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -1,6 +1,12 @@
 | 
			
		|||
2020-10-26
 | 
			
		||||
    - 2.12.12
 | 
			
		||||
    - Undo changes in 2.12.11
 | 
			
		||||
2020-11-17
 | 
			
		||||
    - 2.12.13
 | 
			
		||||
    - [BUGFIX] min RTO delay is 200 ms , not 1 second.
 | 
			
		||||
    - [BUGFIX] calculate TLP timer correctly when only one packet is in
 | 
			
		||||
      flight.
 | 
			
		||||
    - [BUGFIX] discard CRYPTO frames from lower levels after connection
 | 
			
		||||
      promotion.
 | 
			
		||||
    - [BUGFIX] cancel path response if path could not be initialized.
 | 
			
		||||
    - [BUGFIX] if push promise fails, do not invoke hset destructor.
 | 
			
		||||
 | 
			
		||||
2020-10-06
 | 
			
		||||
    - 2.12.10
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -26,7 +26,7 @@ author = u'LiteSpeed Technologies'
 | 
			
		|||
# The short X.Y version
 | 
			
		||||
version = u'2.12'
 | 
			
		||||
# The full version, including alpha/beta/rc tags
 | 
			
		||||
release = u'2.12.11'
 | 
			
		||||
release = u'2.12.14'
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# -- General configuration ---------------------------------------------------
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -25,7 +25,7 @@ extern "C" {
 | 
			
		|||
 | 
			
		||||
#define LSQUIC_MAJOR_VERSION 2
 | 
			
		||||
#define LSQUIC_MINOR_VERSION 12
 | 
			
		||||
#define LSQUIC_PATCH_VERSION 11
 | 
			
		||||
#define LSQUIC_PATCH_VERSION 14
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Engine flags:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue