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
could you guys give some examples to handle streaming response in non-play program?
THX.
previously I am using org.apache.http.HttpClient.getEntity to handle stream response , but it turns out wrong... entity is non-reentrant, so I am not able to iterate the response and get all of the results.
The text was updated successfully, but these errors were encountered:
could you guys give some examples to handle streaming response in non-play program?
THX.
previously I am using
org.apache.http.HttpClient.getEntity
to handle stream response , but it turns out wrong... entity isnon-reentrant
, so I am not able to iterate the response and get all of the results.The text was updated successfully, but these errors were encountered: