[TYPO3-core] Reminder: : pageNotFound_handling HTTP status fix

Dmitry Dulepov typo3 at accio.lv
Fri May 12 11:58:21 CEST 2006


Hi!

Martin Kutschker wrote:
> One more change. With CURLOPT_NOBODY we can do a header-only with CURL.
> 
> So remove this hint "2=fetch header only (will be ignored when using CURL)"
> 
> And add after
>  curl_setopt($ch, CURLOPT_HEADER, $includeHeader ? 1 : 0);
> this
>  curl_setopt($ch, CURLOPT_NOBODY, $includeHeader==2 ? 1 : 0);

Nice change! I will add it.

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