mirror of https://github.com/XTLS/Xray-core
				
				
				
			Fix Vision inserting multiple uuid headers
This happen for stream inbound like httppull/1744/head
							parent
							
								
									a4790133d2
								
							
						
					
					
						commit
						25ea69fc3a
					
				| 
						 | 
				
			
			@ -552,6 +552,7 @@ func XtlsPadding(b *buf.Buffer, command byte, userUUID *[]byte, longPadding bool
 | 
			
		|||
	newbuffer := buf.New()
 | 
			
		||||
	if userUUID != nil {
 | 
			
		||||
		newbuffer.Write(*userUUID)
 | 
			
		||||
		*userUUID = nil
 | 
			
		||||
	}
 | 
			
		||||
	newbuffer.Write([]byte{command, byte(contentLen >> 8), byte(contentLen), byte(paddingLen >> 8), byte(paddingLen)})
 | 
			
		||||
	if b != nil {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue