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

Dmitry Dulepov typo3 at accio.lv
Mon May 22 14:49:27 CEST 2006


Since no another +1 given, I posted it to bug tracker. At least, it will
be useful for many others who wait for this patch...

Dmitry.

Dmitry Dulepov wrote:
> 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