]> git.ipfire.org Git - thirdparty/squid.git/commit
Split out client_side_request connection pinning to a separate function
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Mon, 24 Aug 2009 13:06:26 +0000 (15:06 +0200)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Mon, 24 Aug 2009 13:06:26 +0000 (15:06 +0200)
commit46a1f5628cb55fd4e2bb22c9267f4a0b7539d484
treee4c1d075dc622fd7a75c80ce31ca20ead2095693
parente13816381e77a355099d4673cbe38e11f0fdfec2
Split out client_side_request connection pinning to a separate function

include requests from ESI may be without a client connection. This change
splits out the client_side_request connection pinning logics to a separate
function to ease code flow when there is no client connection. No code
change except making that part conditional on http_conn being present.
src/client_side_request.cc