RFR: 6968351: httpserver clashes with delayed TCP ACKs for low Content-Length [v17]
Michael McMahon
michaelm at openjdk.org
Thu Apr 25 13:35:42 UTC 2024
On Thu, 25 Apr 2024 12:52:14 GMT, robert engels <duke at openjdk.org> wrote:
> I think a better solution would be to add a constant to the api class - rather than adding comments everywhere. E.g NO_CONTENT=-1 and UNLIMITED_CONTENT=0 or INDETERMINENT_CONTENT=0, or CHUNKED_CONTENT=0
That's not a bad idea. I am doing a small update to the API under another bug id and I might include that in it. I kind of agree that adding comments might be overkill. We could probably update a lot of the tests mechanically to use these symbolic names afterwards.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18667#discussion_r1579472954
More information about the net-dev
mailing list