Merge branch 'master' into lash/dbtx
This commit is contained in:
		
						commit
						1c911ee73f
					
				| @ -43,7 +43,7 @@ func (p *asyncRequestParser) GetInput(r any) ([]byte, error) { | ||||
| 
 | ||||
| func main() { | ||||
| 	config.LoadConfig() | ||||
| 	 | ||||
| 
 | ||||
| 	var override config.Override | ||||
| 	var sessionId string | ||||
| 	var size uint | ||||
|  | ||||
| @ -32,7 +32,7 @@ func (k KeyInfo) String() string { | ||||
| 
 | ||||
| func ToKeyInfo(k []byte, sessionId string) (KeyInfo, error) { | ||||
| 	o := KeyInfo{} | ||||
| 	 | ||||
| 
 | ||||
| 	o.SessionId = sessionId | ||||
| 	o.Typ = uint8(k[0]) | ||||
| 	k = k[1:] | ||||
| @ -53,7 +53,7 @@ func ToKeyInfo(k []byte, sessionId string) (KeyInfo, error) { | ||||
| 		k = k[2:] | ||||
| 	} | ||||
| 
 | ||||
| 	 | ||||
| 
 | ||||
| 	return o, nil | ||||
| } | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user