DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=42070>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=42070 Summary: ab reports a wrong port number Product: Apache httpd-2 Version: 2.3-HEAD Platform: All OS/Version: All Status: NEW Keywords: PatchAvailable Severity: trivial Priority: P5 Component: support AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] apr_port_t is unsined, but %hd is used in printf. *How To reproduce (1) you start webserver at port 40000. (2) ab -n 1 -c 1 http://localhost:40000/ *Actual Result Server Software: Apache/2.2.4 Server Hostname: localhost Server Port: -25536 *Expected Result Server Software: Apache/2.2.4 Server Hostname: localhost Server Port: 40000 -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
