Menu

Problems with URLStream

Help
2001-05-31
2001-06-07
  • Blake Stone

    Blake Stone - 2001-05-31

      I am having trouble getting URLStream to return anything in its buffer. I have traced through the source and it is resolving the address correctly, and sending a valid GET line. However, the request does not appear on the webserver (and has no response, obviously). Everything succeeds until the Readline which returns nothing.
      Has anyone has similar problems or know what might be the problem?

    I am calling it as below using VS6.0 SP5:

    URLStream url;
    url.Get("http://www.sourceforge.net/index.php");

     
    • Anonymous

      Anonymous - 2001-05-31

      check my reply under urlstream vs readline(), your are right it is not functionnal under win32. 

      I am right know working on a new version of urlstream(my project) which will handle persistent connection, basic and digest authentication.  I will probably give it to common c++ as a patch.  Next week.  And It will be functionnal.

      bye

       
      • David Sugar

        David Sugar - 2001-06-07

        I did not know that Readline() does not behave correctly in win32.  It's based on some commonly accepted ideas in posix systems.  I would love to see and would be happy to incorporate a patch/alt. implimentation for URLStream that does work correctly on/for win32.

         

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.