Search:

Type: Posts; User: deso

Search: Search took 0.00 seconds.

  1. Replies
    14
    Views
    4,854

    Looks like I will learn a lot more about http...

    Looks like I will learn a lot more about http which prob isnt a bad thing.
  2. Replies
    14
    Views
    4,854

    yes, encoding is chunked. Least now I can start...

    yes, encoding is chunked. Least now I can start work in the right direction.
  3. Replies
    14
    Views
    4,854

    you are right. The last loop prints about 20 - 50...

    you are right. The last loop prints about 20 - 50 characters of the previous loop then it exits and this is the extra data. I am thinking maybe I have to detect an EOF
  4. Replies
    14
    Views
    4,854

    Still same problem.

    Still same problem.
  5. Replies
    14
    Views
    4,854

    39ster: It works using your loop also but...

    39ster:

    It works using your loop also but having same problem. Perhaps it's in issue with the way printf is printing out to my console?

    it prints out the page no problem and them after the...
  6. Replies
    14
    Views
    4,854

    It returns the page fine so that all seems to...

    It returns the page fine so that all seems to work. Been reading all weekend on Internet Sockets and I think the problem is with the charset of the web page I am accessing. Do I need to convert the...
  7. Replies
    14
    Views
    4,854

    Internet Socket Returning Extra data

    Hi,

    I have a basic spider that goes and downloads a webpage. It works fine except it returns the complete webpage and then an extra bit.

    I enclosed recv inside of a while statement:


    ...
Results 1 to 7 of 7