Reset mg_connection::content_len for chunked transfer encoding.
It looks that the content_len field of mg_connection isn't reset
by reset_per_request_attributes() nor in get_requests() when it
comes to chunked transfer encoding of HTTP.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>