[
https://issues.apache.org/jira/browse/HTTPCORE-359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Kalnichevski resolved HTTPCORE-359.
----------------------------------------
Resolution: Not A Problem
David,
1xx responses are not meant to be propagated to the protocol processing code.
This is in line with the requirements of the HTTP specification. If you want to
log each and every message passing through a connection you should be doing
that at the connection level. See how it is done in HttpClient:
http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/httpclient/src/main/java/org/apache/http/impl/conn/LoggingManagedHttpClientConnection.java
Hope this helps
Oleg
> Preliminary response from request with Expect header is not passed through
> response interceptors
> ------------------------------------------------------------------------------------------------
>
> Key: HTTPCORE-359
> URL: https://issues.apache.org/jira/browse/HTTPCORE-359
> Project: HttpComponents HttpCore
> Issue Type: Bug
> Affects Versions: 4.3
> Reporter: David Kocher
>
> I noted this because a response interceptor is used to save a transcript.
> Don't know if there is a reason this initial response is not suited to be
> passed through the post process chain.
--
This message was sent by Atlassian JIRA
(v6.1#6144)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]