https://bz.apache.org/bugzilla/show_bug.cgi?id=58417

            Bug ID: 58417
           Summary: ApacheBench (ab) won't display Server Software of
                    Erlang/Cowboy web server
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: support
          Assignee: [email protected]
          Reporter: [email protected]

Server Name field might be empty in test results output because AB uses
case-sensitive comparison to extract the Server HTTP header, yet widely used
Cowboy Erlang web framework outputs lowercased headers only (by design).

p = strstr(c->cbuff, "Server:");
http://svn.apache.org/viewvc/httpd/httpd/trunk/support/ab.c?view=markup
around line 1540.

https://github.com/ninenines/cowboy/blob/master/doc/src/guide/resp.ezdoc#L22

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to