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
Allocate buffers in TdsEncoder as late as possible.
TdsEncoder.writeChunkedMessage(…) now allocates a buffer to write when it is actually needed. Previously, we allocated buffers eagerly without considering that the buffer might be not needed at all.
[resolves#195]
Signed-off-by: Mark Paluch <mpaluch@vmware.com>
0 commit comments