iilyak commented on pull request #3712:
URL: https://github.com/apache/couchdb/pull/3712#issuecomment-905792881
The following patch also fixing the problem
```
diff --git a/src/chttpd/src/chttpd.erl b/src/chttpd/src/chttpd.erl
index 8fd05597d..5562ec402 100644
--- a/src/chttpd/src/chttpd.erl
+++ b/src/chttpd/src/chttpd.erl
@@ -261,6 +261,7 @@ handle_request_int(MochiReq) ->
reason = Reason
},
+ mochiweb_request:cleanup(MochiReq),
case after_request(HttpReq2, HttpResp) of
#httpd_resp{status = ok, response = Resp} ->
{ok, Resp};
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]