## 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 https://github.com/mochi/mochiweb/blob/7c4d3110b1889a5d58eb4dda2b1ddbb5645df3e9/src/mochiweb_http.erl#L94 https://github.com/mochi/mochiweb/blob/7c4d3110b1889a5d58eb4dda2b1ddbb5645df3e9/src/mochiweb_http.erl#L136 maybe it will handle some other messages ?
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 ?