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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -