HTTPCLIENT-1422: fixed typo in tutorial
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1531215 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e08e097af2
commit
303100b7b6
|
@ -100,7 +100,7 @@
|
|||
of <interfacename>ManagedHttpClientConnection</interfacename> acting as a proxy
|
||||
for a real connection that manages connection state and controls execution
|
||||
of I/O operations. If a managed connection is released or get explicitly closed
|
||||
by its consumer the underyling connection gets detached from its proxy and is
|
||||
by its consumer the underlying connection gets detached from its proxy and is
|
||||
returned back to the manager. Even though the service consumer still holds
|
||||
a reference to the proxy instance, it is no longer able to execute any
|
||||
I/O operations or change the state of the real connection either intentionally
|
||||
|
|
Loading…
Reference in New Issue