preparing nightly-build
This commit is contained in:
		
					parent
					
						
							
								92638ccd2a
							
						
					
				
			
			
				commit
				
					
						f41a2213f9
					
				
			
		
					 13 changed files with 109 additions and 110 deletions
				
			
		|  | @ -1,10 +1,12 @@ | |||
| mod proxy_h3; | ||||
| mod proxy_main; | ||||
| mod socket; | ||||
| 
 | ||||
| #[cfg(any(feature = "http3-quinn", feature = "http3-s2n"))] | ||||
| mod proxy_h3; | ||||
| #[cfg(feature = "http3-quinn")] | ||||
| mod proxy_quic_quinn; | ||||
| #[cfg(all(feature = "http3-s2n", not(feature = "http3-quinn")))] | ||||
| mod proxy_quic_s2n; | ||||
| mod socket; | ||||
| 
 | ||||
| use crate::{ | ||||
|   globals::Globals, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jun Kurihara
				Jun Kurihara