• Gary Coulbourne's avatar
    64-bit length fields on ARM don't work · 8cad0a72
    Gary Coulbourne authored
    ARM only allows aligned accesses.  GCC generated unaligned accesses for the copy buffer, but ARM forces alignment, causing the first two bytes to be trampled.  I changed the mechanism to create two temporaries and memcpy them in.  It now works on ARM (and x86) for large websocket chunks.
    8cad0a72
Name
Last commit
Last update
docs Loading commit data...
examples Loading commit data...
jni Loading commit data...
scripts Loading commit data...
test Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
mongoose.c Loading commit data...
mongoose.h Loading commit data...