helidon-io / helidon

Java libraries for writing microservices
https://helidon.io
Apache License 2.0
3.44k stars 562 forks source link

4.x: Remove unnecessary field length from ContentLengthInputStream #8915

Open Captain1653 opened 5 days ago

Captain1653 commented 5 days ago

Description

I've found the unnecessary field length in ContentLengthInputStream. There is the field remainingLength and it's used.