You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no practical way we could have ended up writing a chunk with a size larger than 2^32-1 on 32-bit machines because we cannot have a buffer with such a size. This presents an optimization opportunity to reduce the number of hexadecimal digits to 8 for writing the chunk header:
There is no practical way we could have ended up writing a chunk with a size larger than 2^32-1 on 32-bit machines because we cannot have a buffer with such a size. This presents an optimization opportunity to reduce the number of hexadecimal digits to 8 for writing the chunk header:
http_proto/src/serializer.cpp
Line 56 in 39a71bf
The text was updated successfully, but these errors were encountered: