There is a new ICS version today at: http://wiki.overbyte.be/wiki/index.php/ICS_Download
or http://wiki.overbyte.be/arch/icsv823.zip This includes fixes for various issues reported here over the past three months, if I've missed something important please shout. USE_SSL is now defaulted since it's use is ubiquitous, it can be removed from OverbyteIcsDefs.inc if unwanted. Renamed TBufferedFileStream to TIcsBufferedFileStream to avoid conflicts with other component libraries using the same class name. This may effect applications if they use this class. Added web server support for the If-Modified-Since request header so that unchanged static files return a 304 status instead of the old data. Convert Path absolute-form to origin-form per RFC7230 section 5.3.2 (a future version of HTTP may require absolute-form). Fixed an SSL web server sample exception posting data. MIME decoding content-disposition now reads non-delimited filenames. Fixed COMPILE12_UP typo in EmulVT. Fixed SSL bug where two consecutive requests from a client would leave a server in a waiting state and not process any other requests, thanks to AviaVox for the fix. Angus -- 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
