[TYPO3-core] RFC: pageNotFound_handling HTTP status fix
Dmitry Dulepov
dima at spamcop.net
Tue Apr 25 10:53:49 CEST 2006
Hi!
Martin Kutschker wrote:
> This patch enhances t3lib_div::getURL() with request headers.
cUrl has specific options for some headers, namely referrer and user
agent. Shouldn't headers be parsed and corresponding headers set via
specific cUrl options? I do not know the answer, just asking. May be
cUrl has specific handling for them?
Also my patch had a mistake:
$content = fread($fd, 4096);
should be:
$content .= fread($fd, 4096);
Dmitry.
--
"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)
More information about the TYPO3-team-core
mailing list