From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12744 invoked by alias); 26 Apr 2004 22:07:24 -0000 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 Received: (qmail 12728 invoked by uid 48); 26 Apr 2004 22:07:23 -0000 Date: Mon, 26 Apr 2004 22:07:00 -0000 From: "taras dot judge at shaw dot ca" To: java-prs@gcc.gnu.org Message-ID: <20040426220721.15157.taras.judge@shaw.ca> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/15157] New: Lack of chuncked encoding handling causes junk in http downloads X-Bugzilla-Reason: CC X-SW-Source: 2004-q2/txt/msg00048.txt.bz2 List-Id: Gcj 3.4 switched to claiming that it supports http1.1 In fact it doesn't understand 1.1 completely. When the server sends "Transfer-Encoding: chunked" gcj doesn't do anything about it. So it ends up putting chunked lengths like "94d" in the middle of InputStream. http://sourceforge.net/export/rss_sfnewreleases.php uses chunked encoding. Attached is a sample of the problem -- Summary: Lack of chuncked encoding handling causes junk in http downloads Product: gcc Version: 3.4.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: taras dot judge at shaw dot ca CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15157