This repository was archived by the owner on Feb 24, 2026. It is now read-only.
Fix Memory Leak#1
Merged
mjallday merged 1 commit intoMar 3, 2017
Merged
Conversation
This was referenced Oct 2, 2019
Merged
mahmoudimus
pushed a commit
to mahmoudimus/LittleProxy
that referenced
this pull request
Mar 1, 2020
ozoz03
pushed a commit
to ozoz03/LittleProxy
that referenced
this pull request
May 12, 2020
ozoz03
pushed a commit
to ozoz03/LittleProxy
that referenced
this pull request
May 13, 2020
ozoz03
pushed a commit
to ozoz03/LittleProxy
that referenced
this pull request
May 15, 2020
k-sever
pushed a commit
that referenced
this pull request
May 26, 2020
* Fixing memory leak on initial request when HttpObjectAggregator is enabled (#1) * Brotli Decoder Codec for Netty is passing * Rebae * Attribute link to the AbstractCompressionTest. Clarify bytesRead in BrotliDecoder.java for readability * Add Brotli Encoding tests * Updated attribution for the abstract encoder test from Netty * Allow usage of compression and decompression without needing to be in an embedded channel * When decoding a message less than the byte array length, the decompressed file should be the array size length * Add a BrotliEncoderDecoder test to start the integration testing * Start a local Jetty webserver to do integration tests for Brotli * So close * Integration tests are fully working, ready to start integrating the Brotli filter * Refactor tests and add helper init method * more test fixes for the encoder / decoder * Added brotli handlers * Added handlers to pipeline * refactored decompression * removed odd test * docker brotli * reverted ci config changes * docker brotli 2 * docker brotli 2 fix * docker test * docker brotli 1 again * docker brotli 3 * brotli test dependency * brotli lib repo * reverted native lib * test docker image * added quay identification * added content handlers tests * removed ReferenceCounted release() * code review changes * brotli support check * decoder refactored * refactored encoder * reverted AbstractProxyTest * reverted ProxyToServerConnection changes * a minor comment fix * reverted ProxyToServerConnection changes 2 * reverted ProxyToServerConnection changes 3 * reverted ProxyToServerConnection changes 4 * reverted ProxyToServerConnection changes 5 Co-authored-by: Marshall Jones <marshall@offby3.com> Co-authored-by: Mahmoud Abdelkader <mabdelkader@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
adamfisk#351
Fixes adamfisk#348