tls: prevent stalls by using read(0)
Do not `.push()` the same data as just passed to `.ondata()`, it may be read by 'data' event listeners. fix #6277
parent
8f221bc4
Please register or sign in to comment
Do not `.push()` the same data as just passed to `.ondata()`, it may be read by 'data' event listeners. fix #6277