chore: prioritize http3-quinn over http3-s2n when both features are enabled (avoid compile error)
This commit is contained in:
		
					parent
					
						
							
								4aa149a261
							
						
					
				
			
			
				commit
				
					
						f7142828ac
					
				
			
		
					 6 changed files with 14 additions and 17 deletions
				
			
		|  | @ -2,7 +2,7 @@ mod proxy_h3; | |||
| mod proxy_main; | ||||
| #[cfg(feature = "http3-quinn")] | ||||
| mod proxy_quic_quinn; | ||||
| #[cfg(feature = "http3-s2n")] | ||||
| #[cfg(all(feature = "http3-s2n", not(feature = "http3-quinn")))] | ||||
| mod proxy_quic_s2n; | ||||
| mod socket; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jun Kurihara
				Jun Kurihara