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
# Some requests like snapshot requests will already have a fully read body. In this case we use the existing body buffer instead of reading from the body.
821
-
# Important! This buffer must have Release() called on it because it can be holding a memory view!
821
+
# Important! If the NeedsRelease flag is set we must release the buffer after we are done so the underlying buffer can be used on the next pass.
822
+
# BUT not all buffers are owned by us, for example quick cam buffers, so we can't release everything.
0 commit comments