Re: How do I send multiple request by opening only one URLConnection for HTTP1.1?
Posted By:
Tim_Rohaly
Posted On:
Thursday, April 19, 2001 07:24 PM
URLConnection doesn't do HTTP 1.1 - it only
does HTTP 1.0, so you can't do this unless you
use Sockets or a third-party package like
HTTPClient (search the Networking FAQ for a
link to download this package).