]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_isapi: Handle "HTTP/1.1 200 OK" style status lines correctly, the
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 22 Jun 2006 07:13:56 +0000 (07:13 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 22 Jun 2006 07:13:56 +0000 (07:13 +0000)
commitab12f700e29834a6baec13f08821fd65372eddaf
tree5e22eef047fac44f977a2e9998584388077dee09
parentaf85938340f89a7796f195850d16c008a9ba44da
  mod_isapi: Handle "HTTP/1.1 200 OK" style status lines correctly, the
  token parser worked while the resulting length was misinterpreted.
  We were also off by one in apr_cpystrn which demands room for the
  trailing null be counted.

PR: 29098
Submitted by: Brock Bland <bbland serena.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@416288 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/arch/win32/mod_isapi.c