classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: HTTPURLConnection.connect() buffers its entire input.


From: David Daney
Subject: Re: HTTPURLConnection.connect() buffers its entire input.
Date: Fri, 09 Sep 2005 09:41:00 -0700
User-agent: Mozilla Thunderbird 1.0.6-1.1.fc3 (X11/20050720)

Chris Burdess wrote:
David Daney wrote:

That is all well and good, however it seems to me that the primary responsibility of the core implementation of HTTP in classpath is to provide the same level of support that Sun's implementation has.


It does have the same support, and more. It just does things slightly differently. There isn't anything in the specification of HttpURLConnection that states that it supports resources of arbitrary length.

See:
http://www.gnu.org/prep/standards/standards.html

Section 4.1. Section 3.1 does not specifically mention Sun's java runtime, but it could be implied for a project who's express goal is to replace it.
.
.
.

A secondary consideration would be to have hooks so that other proprietary libraries could hook into it to add enhanced non-standard features.


What kind of thing are you imagining?

libinet.

I am not a big fan of proprietary libraries and non-standard features in general.

David Daney




reply via email to

[Prev in Thread] Current Thread [Next in Thread]