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 libgcj/26487] Weird handling of HTTP Headers



------- 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


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