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

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -