I did not see this note being used in mod_qos. Would this be useful for mod_qos as well to shorten the lingering close duration in case of QoS intervention?
Last edit: Simon Studer 2024-05-15
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sali Simon
Indeed, MPM event uses a shorter timeout when closing the connection if a module passes this note. I'm going to add this to mod_qos as well.
Thank you for sharing this information.
Regards, Pascal
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Looking through the source code of
mod_reqtimeout
, I saw that it uses theshort-lingering-close
request note to considerably shorten the potential duration of a lingering close:https://github.com/apache/httpd/blob/trunk/modules/filters/mod_reqtimeout.c#L329-L335
I did not see this note being used in mod_qos. Would this be useful for mod_qos as well to shorten the lingering close duration in case of QoS intervention?
Last edit: Simon Studer 2024-05-15
Sali Simon
Indeed, MPM event uses a shorter timeout when closing the connection if a module passes this note. I'm going to add this to mod_qos as well.
Thank you for sharing this information.
Regards, Pascal
Of course, we greatly appreciate the work you do for this project!