From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13170 invoked by alias); 21 Apr 2006 19:05:51 -0000 Received: (qmail 13153 invoked by uid 48); 21 Apr 2006 19:05:50 -0000 Date: Fri, 21 Apr 2006 19:05:00 -0000 Message-ID: <20060421190550.13152.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug classpath/27163] FTP directory listing doesn't work In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "tromey at gcc dot gnu dot org" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2006-q2/txt/msg00149.txt.bz2 List-Id: ------- 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