Lingering close on TLS connection
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
mpm-itk (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
If mpm-itk is installed TLS connections will linger for Alert timeout of 10 seconds unless the client closes first.
Problem can be reproduced with PHP (replace url with your own):
php -r '$context=
Problem cannot be trivially reproduced with curl because it reads Content-Length and sends close itself.
Problem can be fixed by installing newest upstream mpm-itk (mpm-itk-2.4.7-03).
apt-get install apache2-dev
curl http://
tar xf mpm-itk-
cd mpm-itk-
./configure
make
make install
Status changed to 'Confirmed' because the bug affects multiple users.