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
The current implementation uses a BufferedReader to split the stream's lines. It should be doable to have an option that streams delimited bytes for callers that want to avoid copies.
The text was updated successfully, but these errors were encountered:
The current implementation uses a BufferedReader to split the stream's lines. It should be doable to have an option that streams delimited bytes for callers that want to avoid copies.
The text was updated successfully, but these errors were encountered: