Is there a way to set the value of keep-alive = false and
close the connection using HTTPClient and is this a best
practice.
by default in apache KeepAlive is
on
Accept-Ranges:
bytes
Vary: Accept-Encoding
Keep-Alive: timeout=5,
max=100
Connection: Keep-Alive
Content-Type:
text/html
from the client I want to set
Connection = close.
Comments
Post a Comment