Fastream Technologies wrote:
> I tried to provide. In the ICS Httpstst demo, which is async, I added
> the lines SslHttpCli1->GetAsync(); to onrequestdone of head and it
> shows "component not ready" error on the url I provided
> (68..../scripts, NOT www.suckersluck...). If the component is not
> ready in onrequestdone, when will it be ready??

I modified the HttpTst to call HeadAsync instead.
Still works fine, no exception:
 
Not using proxy
cmd> HEAD /otherroots/www.suckersluck.com/scripts HTTP/1.1
cmd> Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
cmd> Connection: Keep-Alive
cmd> Accept-Language: en, fr
cmd> User-Agent: Mozilla/3.0 (compatibel)
cmd> Host: 69.28.242.152:7979
cmd> 
Header: HTTP/1.1 404 World-Class Hacker Detected
Header: Server: Mysterio/1.1
Header: Date: Thu, 14 May 2009 05:45:52 GMT
Header: Content-Type: text/html; charset=windows-1252
Header: Content-Length: 1352
Header: Pragma: no-cache
Header: Cache-control: no-cache
Header: Expires: Thu, 14 May 2009 05:45:52 GMT
RequestDone, no error. Status =404
cmd> GET /otherroots/www.suckersluck.com/scripts HTTP/1.1
cmd> Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
cmd> Connection: Keep-Alive
cmd> Accept-Language: en, fr
cmd> User-Agent: Mozilla/3.0 (compatibel)
cmd> Host: 69.28.242.152:7979
cmd> 
Header: HTTP/1.1 404 World-Class Hacker Detected
Header: Server: Mysterio/1.1
Header: Date: Thu, 14 May 2009 05:45:52 GMT
Header: Content-Type: text/html; charset=windows-1252
Header: Content-Length: 1352
Header: Pragma: no-cache
Header: Cache-control: no-cache
Header: Expires: Thu, 14 May 2009 05:45:52 GMT
text/html; charset=windows-1252 => scripts
Location = http://69.28.242.152:7979/otherroots/www.suckersluck.com/scripts
URL = http://69.28.242.152:7979/otherroots/www.suckersluck.com/scripts
Document = scripts
RequestDone, no error. Status =404

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

Reply via email to