This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/26487] Weird handling of HTTP Headers
- From: "ifoox at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 1 Mar 2006 18:10:06 -0000
- Subject: [Bug libgcj/26487] Weird handling of HTTP Headers
- References: <bug-26487-12276@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #11 from ifoox at redhat dot com 2006-03-01 18:10 -------
> I gave up and went down the road of a somewhat simpler implementation at
> the expense of lookup overhead. In most cases there are fewer than
> about a dozen headers, so linear searching an ArrayList should not be
> too bad.
You are right, I think that given this, it should be OK to go for the simpler
implementation for now.
> I think I will get a second opinion from Tromey et al. ...
Good idea. :)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26487