You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[client] Fix HttpClient support for reading empty stream
The HttpClient uses the BodyHandlers.ofLines() but was not filtering out empty lines.
These empty lines can fail the assigned body handler (e.g. json parsing error).
The fix is to filter out empty lines when reading the stream.
0 commit comments