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
[CONJS-278] multiple part query (query bigger than 16M) wrongly reuse send buffer #274
When sending query with size bigger than 16M, buffer send in socket might sometime be reused. Node.js doesn't permit reusing of socket buffer. Query send is then wrong.
0 commit comments