Fastream Technologies wrote: > Hello, > > I have come accross an issue that I recall I had made a workaround in > the past but cannot remember what it was. Perhaps it is time this bug > is fixed. The C++ code is at, > http://www.fastream.com/ics/HttpClientTest.rar and after a sync GET > to a URL with no content-length and chunked encoding (connection: > close), it does not call onrequestdone! Checked with Wireshark and > the response is returned to the client. The test URL is dyndns.com > (this is actually a part of our dynamic DNS updater) and it should > return "badauth".
Works fine with both your test case and OverbyteIcsHttpsTst demo here. The response is HTTP/1.0 with a "Connection: close" header and not chunked encoded. TSslHttpCli closes the connection and OnRequestDone is called, the return is "badAuth". -- Arno Garrels -- 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