From e08e097af2b2a66e52fa29edfb7afc08d58901f9 Mon Sep 17 00:00:00 2001 From: Oleg Kalnichevski Date: Thu, 10 Oct 2013 07:46:41 +0000 Subject: [PATCH] HTTPCLIENT-1420, HTTPCLIENT-1421: fixed typos in tutorial git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1530867 13f79535-47bb-0310-9956-ffa450edef68 --- src/docbkx/fundamentals.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docbkx/fundamentals.xml b/src/docbkx/fundamentals.xml index 8ec5035a7..6e1ffc490 100644 --- a/src/docbkx/fundamentals.xml +++ b/src/docbkx/fundamentals.xml @@ -630,7 +630,7 @@ RequestConfig config = clientContext.getRequestConfig(); automatic propagation of conversation context and state information between requests. In the following example the request configuration set by the initial request will be - kept in the execution context and get propagatd to the consecutive requests sharing + kept in the execution context and get propagated to the consecutive requests sharing the same context.
HTTP protocol interceptors - Th HTTP protocol interceptor is a routine that implements a specific aspect of the HTTP + The HTTP protocol interceptor is a routine that implements a specific aspect of the HTTP protocol. Usually protocol interceptors are expected to act upon one specific header or a group of related headers of the incoming message, or populate the outgoing message with one specific header or a group of related headers. Protocol interceptors can also