Re: [PR] Reimplement LoggingInputStream as a FilterInputStream [httpcomponents-client]

2024-08-18 Thread via GitHub
garydgregory merged PR #568: URL: https://github.com/apache/httpcomponents-client/pull/568 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr.

[PR] Reimplement LoggingInputStream as a FilterInputStream [httpcomponents-client]

2024-08-17 Thread via GitHub
garydgregory opened a new pull request, #568: URL: https://github.com/apache/httpcomponents-client/pull/568 - No need to track delegate, it's in super - Constructor shouldn't be public since the class is package-private - Normalize message in `available()` to match other methods - In