I'm making a simple Java app that makes 40 requests (each request has a unique URL) to a define server ... there is a simple way to make that 40 request with HTTP 1.1? I need to use only 1 tcp connection...
Thanks in advance
Diego
I'm making a simple Java app that makes 40 requests (each request has a unique URL) to a define server ... there is a simple way to make that 40 request with HTTP 1.1? I need to use only 1 tcp connection...
Thanks in advance
Diego
Apache HttpClient supports HTTP 1.1 with persistent connections.