On Wed, 2 Dec 2020 16:28:44 GMT, Kartik Ohri
<[email protected]> wrote:
>> src/java.net.http/share/classes/jdk/internal/net/http/Http1HeaderParser.java
>> line 119:
>>
>>> 117: while (canContinueParsing(input)) {
>>> 118: switch (state) {
>>> 119: case INITIAL ->
>>> state = State.STATUS_LINE;
>>
>> Looks good. Although, I think you can improve it further if you align the
>> lambda operators as well
>
> Yes right. Just noticed I had missed that. Fixed in latest commit :)
Looks much better, Kartik. Thanks
-------------
PR: https://git.openjdk.java.net/jdk/pull/1364