Hallo Angus,
you are right, with the latest version from svn the negotiation is working.
Thank you.
A minor error in overbyteicshttpprot.2581, the logger skips the user
added header lines:
TriggerBeforeHeaderSend(Method, Headers);
for N := 0 to Headers.Count - 1 do
SendCommand(Headers[N]);
TriggerRequestHeaderEnd;
{$IFNDEF NO_DEBUG_LOG} << this has to be moved
if CheckLogOptions(loProtSpecInfo) then { V1.91 } { replaces
$IFDEF DEBUG_OUTPUT }
DebugLog(loProtSpecInfo, IntToStr(Headers.Count) +
' header lines to send'#13#10 + Headers.Text);
{$ENDIF}
mgoeb
--
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