]> git.ipfire.org Git - thirdparty/squid.git/commit - src/Server.h
Bug 2091 fix: Handle ftp URLs with HTTP request bodies.
authorrousskov <>
Thu, 27 Sep 2007 20:34:06 +0000 (20:34 +0000)
committerrousskov <>
Thu, 27 Sep 2007 20:34:06 +0000 (20:34 +0000)
commit123ec4de861ed88be20e554fe439817d4763218e
treedb7bfaed3dc7ace753ed5413865ed899d1802b69
parent2503e5e1b700cb611123afcead0b11c405957c55
Bug 2091 fix: Handle ftp URLs with HTTP request bodies.

Moved registration to receive request body from http and ftp into Server.
Ftp code was not setting the request body source member before this merge.
src/Server.cc
src/Server.h
src/ftp.cc
src/http.cc