OSDN Git Service

Fixed bug: Evaluated the header section with the body section in HTTP negotiate check.
authorShinya TAKEBAYASHI <makoto@kanon-net.jp>
Wed, 7 Oct 2009 02:48:19 +0000 (11:48 +0900)
committerShinya TAKEBAYASHI <makoto@kanon-net.jp>
Wed, 7 Oct 2009 02:48:19 +0000 (11:48 +0900)
commited2ca6ba240ed06e07e603e8646c7b1d8d106792
treed25eaca41430082706f855ed5298f5a9a184222a
parent0090e94df5ca14117420d5b6cf3e563954c8d7f5
Fixed bug: Evaluated the header section with the body section in HTTP negotiate check.

Normally, evaluates only the body section in GET check.
But l7directord was evaluates with body section and header section.

This problem was fixed, l7directord become the following operation.

  * In the case of "httpmethod = HEAD":

      Evaluates only the header(Includes HTTP response code) section.

  * In the case of "httpmethod = GET":

      Evaluates only the body section.
l7directord/l7directord