> I am attempting THttpCli adding specific HTTTP Headers to see it works
There are THttpCli events for sent and received headers, into which you can add your extra Upgrade:, etc, headers, and check if they are received. This should be easy enough for testing, once there is a list of the actual headers used both ways, they could be added to the real component, but ideally we need a server to test against. Not sure what happens after the upgrade handshake, presumably the traffic continues on the same socket but bypassing the HTTP protocol. That might be fun to implement... 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
