Hello,

I just discovered a small bug in the HttpContCod unit. in the 
THttpContentCoding.GetCoding the line

    Result := Copy(ClassName, Length(BASE_CLASS_NAME), MAXINT)

must be

    Result := Copy(ClassName, Length(BASE_CLASS_NAME) + 1, MAXINT)

Actually this bug is harmless, so no need to hurry to prepare a new release :-)


Bye, Maurizio.

----------------------------------------------------
This mail has been sent using Alpikom webmail system
http://www.alpikom.it

-- 
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