Message Queue will grow when KeepAlive
jerry-chao opened this issue · 1 comments
jerry-chao commented
environment
mochiweb version: 2.22.0
otp: 23
use case
POSTMAN HTTP Request with keepAlive enabled
some messages will accumulate in message queue of the process?
I have found the receiving logic
mochiweb/src/mochiweb_http.erl
Line 94 in 7c4d311
mochiweb/src/mochiweb_http.erl
Line 136 in 7c4d311
maybe it will handle some other messages ?
etrepum commented
In order to investigate this further it would be helpful if you could provide full instructions for how to reproduce what you are experiencing and how you are measuring it.