http - How to handle unexpected exception for Transfer-Encoding: chunked -
our server needs send stream based response client. using http 1.1 chunked encoding.
how should handle case when able send normal streaming data first several chunks encountering error later on server side while processing data.
from client point of view, http status response 200 because successful chunks have been delivered.
Comments
Post a Comment