Skip to content

Fix size check for envelope prefix (32bit build)#888

Closed
mikhailv wants to merge 1 commit intoconnectrpc:mainfrom
mikhailv:fix-32bit-build-error
Closed

Fix size check for envelope prefix (32bit build)#888
mikhailv wants to merge 1 commit intoconnectrpc:mainfrom
mikhailv:fix-32bit-build-error

Conversation

@mikhailv
Copy link

This PR updates the size check in makeEnvelopePrefix to fix compilation error connect@v1.19.0/envelope.go:378:24: math.MaxUint32 (untyped int constant 4294967295) overflows int for 32-bit build.

Related issue: #886

This commit updates the size check in `makeEnvelopePrefix` to fix compilation error `connect@v1.19.0/envelope.go:378:24: math.MaxUint32 (untyped int constant 4294967295) overflows int` for 32-bit build.

Signed-off-by: Mikhail Vazhnov <michael.vazhnov@gmail.com>
@mikhailv mikhailv force-pushed the fix-32bit-build-error branch from 78de59f to 376c42e Compare September 27, 2025 10:42
@mikhailv
Copy link
Author

oh, fix is already in pull requests: #887

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant