Bug 57976

Summary: Server threads stale when sending 500 status with big body (mod_perl2)
Product: Apache httpd-2 Reporter: Eugen <kes-kes>
Component: CoreAssignee: Apache HTTPD Bugs Mailing List <bugs>
Status: NEW ---    
Severity: critical    
Priority: P2    
Version: 2.4.10   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Attachments: Sharp answer and handler

Description Eugen 2015-05-30 16:10:36 UTC
Created attachment 32767 [details]
Sharp answer and handler

When I replay with 500 status code with big body
The browser display nothing but mod_perl2 thread on server side is hungup.

Doing query to server with netcat do not reproduce problem (because it read whole response)

Also problem is not reproduceable when answer with '200 OK' 

The problem is around tcp connection close when communicate with FF/Chrome.
The sharp server answer, when this happen is dumped and saved into attached files


see handler.pl, line 59
Comment 1 Eugen 2015-05-30 16:11:10 UTC
feel free to ask more info