Skip to content

Don't swap bytes on big endian platforms as a fallback#2800

Merged
allinurl merged 1 commit intoallinurl:masterfrom
NattyNarwhal:websocket-endianness
Mar 8, 2025
Merged

Don't swap bytes on big endian platforms as a fallback#2800
allinurl merged 1 commit intoallinurl:masterfrom
NattyNarwhal:websocket-endianness

Conversation

@NattyNarwhal
Copy link
Copy Markdown
Contributor

We're already on the network byte order, there's no need to swap bytes. For instance, AIX doesn't have a header for this, but it's already on a big endian platform, so it's unnecessary.

We're already on the network byte order, there's no need to swap bytes.
Part of fixing build on AIX.
@allinurl allinurl merged commit 7319c07 into allinurl:master Mar 8, 2025
21 checks passed
@allinurl
Copy link
Copy Markdown
Owner

allinurl commented Mar 8, 2025

Merged. Thank you!

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.

2 participants