Search:

Type: Posts; User: stdunbar

Search: Search took 0.20 seconds.

  1. Replies
    14
    Views
    3,692

    Re: ChunkedInputStream Error? Help Please

    Geez, if I was YouTube I'd kick your program out too. I'm surprised you got this far. The problem is that you're not talking HTTP - you're thinking in terms of a raw Socket stream. You can't just...
  2. Replies
    14
    Views
    3,692

    Re: ChunkedInputStream Error? Help Please

    We need to see more code. A "Premature EOF" (end of file) means that the file ended (for example, the sender stopped sending it) before the reciever (your code) expected it.

    Can you show a SSCCE?
Results 1 to 2 of 2