Robert Ferraro
2004-07-14 20:14:46 UTC
Hello,
I'm using the WinINet function "HttpSendRequest" to access a server
containing a .CGI script. The .CGI script pushes out a stream of JPEG
images.
The "HttpSendRequest" function seems to be loading data, but it never gets
to the end and it never times out. When I manually disconnect from within my
app, the function returns false. I've set a 30-second timeout using the
"InternetSetOption" function, but it seems to be ignoring this flag.
This behaviour is also evident with Internet Explorer and Netscape
browsers--continuously loading data, no timeout.
Is this a known issue, and is there a workaround?
Thanks,
Robert Ferraro.
I'm using the WinINet function "HttpSendRequest" to access a server
containing a .CGI script. The .CGI script pushes out a stream of JPEG
images.
The "HttpSendRequest" function seems to be loading data, but it never gets
to the end and it never times out. When I manually disconnect from within my
app, the function returns false. I've set a 30-second timeout using the
"InternetSetOption" function, but it seems to be ignoring this flag.
This behaviour is also evident with Internet Explorer and Netscape
browsers--continuously loading data, no timeout.
Is this a known issue, and is there a workaround?
Thanks,
Robert Ferraro.