This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug classpath/27163] FTP directory listing doesn't work



------- Comment #4 from tromey at gcc dot gnu dot org  2006-04-21 19:05 -------
Ok, I have a fix for the /-less URL bug.

It appears that the JDK somehow waits for some data to be available
on the socket.  I'm not sure exactly what mechanism it uses, however.
It does not appear to buffer all the data; in my tests, a request for
a large file will still only show a few thousand bytes as available().


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27163


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]