Hello Dod,

Not sure. But in my HTTP field comparisons, I always check 
in-case-sensitively as I have heard other servers doing the same behavior as 
well.

Regards,

SZ

----- Original Message ----- 
From: "Dod" <[EMAIL PROTECTED]>
To: "ICS support mailing" <twsocket@elists.org>
Sent: Monday, April 10, 2006 11:43 AM
Subject: Re: [twsocket] Bug report for HTTPProt.pas Line 2644


> Hello Fastream,
>
> Hum... is this really a bug or is it Abyss server that is not RFC
> compliant with a small "c" ?
>
> FT> It should be
>
> FT> else if Field = 'transfer-encoding' then
> FT>             FTransferEncoding := LowerCase(Data)
>
> FT> Not,
>
> FT> else if Field = 'transfer-encoding' then
> FT>             FTransferEncoding := Data
>
> FT> as for example Abyss web server returns "Chunked" instead of 
> "chunked".
>
> FT> Best Regards,
>
> FT> SZ
>
> -- 
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://www.elists.org/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be 

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to