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
According to the spec:
code_w_s ::= int32 string document Code w/ scope
where the integer represents the entire length of the code_w_s object.
Because an int32 takes 4 bytes, we must add +4 to the length of the
string and document, not just +1.
This behavior was confirmed using the go-mgo driver.
0 commit comments