Skip to content

core: add a close to InputBufferStream#4298

Merged
ejona86 merged 1 commit intogrpc:masterfrom
jyane:add-close-for-bufferinputstream
Apr 3, 2018
Merged

core: add a close to InputBufferStream#4298
ejona86 merged 1 commit intogrpc:masterfrom
jyane:add-close-for-bufferinputstream

Conversation

@jyane
Copy link
Copy Markdown
Member

@jyane jyane commented Apr 3, 2018

Before:
InputBufferStream.close() does not close their buffer so the buffer will leak.

After:
Resolves #4198.
Override the close for closing their buffer.

Before:
`InputBufferStream.close()` does not close their buffer so the buffer will leak.

After:
Resolves grpc#4198.
Override the `close` for closing their buffer.
Copy link
Copy Markdown
Member

@ejona86 ejona86 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@ejona86 ejona86 merged commit 8f01084 into grpc:master Apr 3, 2018
@jyane jyane deleted the add-close-for-bufferinputstream branch April 4, 2018 00:51
@lock lock Bot locked as resolved and limited conversation to collaborators Jan 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ReadableBuffers.BufferInputStream does not release buffer on close()

3 participants