add checking mechanism of consistency between sni and host/request line
This commit is contained in:
		
					parent
					
						
							
								4f5a1cbf91
							
						
					
				
			
			
				commit
				
					
						d37ed57a1c
					
				
			
		
					 11 changed files with 111 additions and 69 deletions
				
			
		|  | @ -19,6 +19,7 @@ pub struct Globals { | |||
|   pub max_concurrent_streams: u32, | ||||
|   pub keepalive: bool, | ||||
|   pub http3: bool, | ||||
|   pub sni_consistency: bool, | ||||
| 
 | ||||
|   pub runtime_handle: tokio::runtime::Handle, | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jun Kurihara
				Jun Kurihara