<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[INTERNET_OPTION_CONNECT_TIMEOUT nützt nichts?]]></title><description><![CDATA[<p>Hi,</p>
<pre><code>CInternetSession ISession;
CHttpConnection* pConnection = NULL;
CHttpFile* pURLFile;	

	ISession.SetOption(INTERNET_OPTION_CONNECT_TIMEOUT, 5000);

	try
	{	
		pConnection = ISession.GetHttpConnection(&quot;127.0.0.1&quot;, 80);
		pURLFile = pConnection-&gt;OpenRequest(&quot;GET&quot;, &quot;/&quot;);	
		pURLFile-&gt;SendRequest();		
		pURLFile-&gt;QueryInfo(HTTP_QUERY_RAW_HEADERS_CRLF, Header);

	}
</code></pre>
<p>so sieht mein code aus, also funzt alles soweit.<br />
Das problem ist, das Timeout nützt überhaupt nichts, egal wie hoch oder niedrig.<br />
Habe mal gegoogelt und das prob gefunden: Q176420</p>
<p>Also muss ich das irgendwie &quot;umgehen&quot; bzw ersetzen.</p>
<p>Leider weiß ich nicht wirklich was ich dagegen machen kann, aber es wäre sehr wichtig dass es ein Timeout gibt.</p>
<p>(weiß jemand ob es standardmäßig ein timeout gibt und wie hoch das ist?)</p>
<p>danke für eure hilfe</p>
<p>mfg</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/143859/internet_option_connect_timeout-nützt-nichts</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Jul 2026 20:04:46 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/143859.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 12 Apr 2006 12:48:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to INTERNET_OPTION_CONNECT_TIMEOUT nützt nichts? on Wed, 12 Apr 2006 12:48:29 GMT]]></title><description><![CDATA[<p>Hi,</p>
<pre><code>CInternetSession ISession;
CHttpConnection* pConnection = NULL;
CHttpFile* pURLFile;	

	ISession.SetOption(INTERNET_OPTION_CONNECT_TIMEOUT, 5000);

	try
	{	
		pConnection = ISession.GetHttpConnection(&quot;127.0.0.1&quot;, 80);
		pURLFile = pConnection-&gt;OpenRequest(&quot;GET&quot;, &quot;/&quot;);	
		pURLFile-&gt;SendRequest();		
		pURLFile-&gt;QueryInfo(HTTP_QUERY_RAW_HEADERS_CRLF, Header);

	}
</code></pre>
<p>so sieht mein code aus, also funzt alles soweit.<br />
Das problem ist, das Timeout nützt überhaupt nichts, egal wie hoch oder niedrig.<br />
Habe mal gegoogelt und das prob gefunden: Q176420</p>
<p>Also muss ich das irgendwie &quot;umgehen&quot; bzw ersetzen.</p>
<p>Leider weiß ich nicht wirklich was ich dagegen machen kann, aber es wäre sehr wichtig dass es ein Timeout gibt.</p>
<p>(weiß jemand ob es standardmäßig ein timeout gibt und wie hoch das ist?)</p>
<p>danke für eure hilfe</p>
<p>mfg</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1035919</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1035919</guid><dc:creator><![CDATA[mfc.bug]]></dc:creator><pubDate>Wed, 12 Apr 2006 12:48:29 GMT</pubDate></item><item><title><![CDATA[Reply to INTERNET_OPTION_CONNECT_TIMEOUT nützt nichts? on Wed, 12 Apr 2006 13:48:47 GMT]]></title><description><![CDATA[<p>blind muss man sein^^</p>
<p><a href="http://support.microsoft.com/kb/224318/EN-US/" rel="nofollow">http://support.microsoft.com/kb/224318/EN-US/</a><br />
hier steht schon die lösung <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1035995</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1035995</guid><dc:creator><![CDATA[nochmal.ich]]></dc:creator><pubDate>Wed, 12 Apr 2006 13:48:47 GMT</pubDate></item></channel></rss>