1
0
mirror of https://github.com/golang/go synced 2024-09-23 07:23:18 -06:00
Change-Id: Ibde67ded6014f3d4bc73fb18f685179580fcaafa
This commit is contained in:
Jes Cok 2024-09-13 01:14:29 +08:00
parent 45e99472e8
commit 7b8099f1fe

View File

@ -955,7 +955,7 @@ func mergeSetHeader(dst *Header, src Header) {
*dst = src
return
}
maps.Copy((*dst), src)
maps.Copy(*dst, src)
}
// unreadDataSizeLocked returns the number of bytes of unread input.