Bug 41332

Summary: [PATCH] Improved error reporting in jk_ajp_common.c
Product: Tomcat Connectors Reporter: Tim Whittington <Tim.Whittington>
Component: CommonAssignee: Tomcat Developers Mailing List <dev>
Status: CLOSED FIXED    
Severity: enhancement    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: Other   
OS: other   
Attachments: Minor error reporting fixes for jk_ajp_common.c

Description Tim Whittington 2007-01-09 12:26:03 UTC
I've recently had to debug some TCP problems between JK and Tomcat, and tidied
up the error reporting a little.

This patch is basically minor tweaks to report some errors that weren't being
logged, and to make the reporting consistent (use of ae->last_error mostly).
Comment 1 Tim Whittington 2007-01-09 12:28:12 UTC
Created attachment 19382 [details]
Minor error reporting fixes for jk_ajp_common.c

Attaching patch
Comment 2 Rainer Jung 2007-01-28 06:56:02 UTC
I applied a variation of the patch and made the errno log format
more consistent across the different source parts (always using "(errno=...)").

Thanks for pointing this out.
Comment 3 Rainer Jung 2008-01-01 16:51:28 UTC
Move a couple of fixed JK issues from resolved to closed.