Premature end of Content-Length delimited message body

I found the filed CONTENT_LENGTH in _form_info_manifest_bin and manually changing it to the size of the file have no effect on the error. I guess the file size is hard coded somewhere and each time client request for the form the server send the file size from some other location.

But finally I found the solution. The server requires restart to update the size of itemcsv. Is there any other way to avoid server restart.