When reusing the same connection (ibrowse worker) for multiple requests, the current inactivity timeout must be cleared before sending a request body. When the sending of the body takes more than inactivity_timeout milliseconds, the client will get a req_timedout error. Currenty inactivity_timer is cleared only after sending the whole body.pull/24/head