]> git.ipfire.org Git - thirdparty/squid.git/commit - src/http.cc
Summary: Fix ESI compilation after recent HttpHeader changes (bug #713).
authorrobertc <>
Wed, 23 Jul 2003 16:41:20 +0000 (16:41 +0000)
committerrobertc <>
Wed, 23 Jul 2003 16:41:20 +0000 (16:41 +0000)
commit818c6c9eaa75bb59ca93aaa57140056412c24c7a
treed883c42faf034f835cc436cacd4ae04520ab352f
parent88dc45c623be5a4ad4b5f7fb235aada0ce8e496c
Summary: Fix ESI compilation after recent HttpHeader changes (bug #713).
Keywords:

httpHeaderInit no longer exists... users of it need to use the constructor instead.
src/ESIInclude.cc
src/ESIVarState.cc
src/HttpHeaderTools.cc
src/http.cc