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

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -