mirror of https://github.com/v2ray/v2ray-core
				
				
				
			drain replayed connection
							parent
							
								
									34c13f3b27
								
							
						
					
					
						commit
						8f45736dd3
					
				|  | @ -182,7 +182,7 @@ func (s *ServerSession) DecodeRequestHeader(reader io.Reader) (*protocol.Request | |||
| 	sid.key = s.requestBodyKey | ||||
| 	sid.nonce = s.requestBodyIV | ||||
| 	if !s.sessionHistory.addIfNotExits(sid) { | ||||
| 		return nil, newError("duplicated session id, possibly under replay attack") | ||||
| 		return nil, drainConnection(newError("duplicated session id, possibly under replay attack")) | ||||
| 	} | ||||
| 
 | ||||
| 	s.responseHeader = buffer.Byte(33)             // 1 byte
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Shelikhoo
						Shelikhoo