Hi everyone,
I used the RFC1123_Date function in OverbyteIcsHttpSrv.pas to make
header content (as Date, Cache control....) but when I searched for it I
found 2 lines that I don't understand.
In THttpConnection.AnswerStreamAcceptRange :
PutStringInSendBuffer ('Last-Modified: ' + RFC1123_Date(FLastModified) +
' GMT' + #13#10);
and in THttpConnection.SendDocument(const CustomHeaders : String) :
Header := Header + 'Last-Modified: ' + RFC1123_Date(FLastModified) + '
GMT' + #13#10;
'GMT' is always displayed, but is it really the time on the computer
that execute the soft ? Maybe I missed something that's why I ask you
all....
;)
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be