[ 
https://issues.apache.org/jira/browse/HTTPCORE-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oleg Kalnichevski resolved HTTPCORE-42.
---------------------------------------

    Resolution: Fixed

The task of getting the 'expect: continue' handshaking to work with the 
non-blocking HTTP turned out to be far from trivial. Anyways, there is enough 
test coverage for the expectation verification code now to give me a reasonable 
degree of confidence in the sanity of the API and the reliability of the 
implementation.

Oleg 

> Expectation verification interface
> ----------------------------------
>
>                 Key: HTTPCORE-42
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-42
>             Project: HttpComponents Core
>          Issue Type: Improvement
>          Components: HttpCore
>            Reporter: Oleg Kalnichevski
>             Fix For: 4.0-alpha4
>
>
> Presently HttpCore always sends 100 in response to 'expect continue' 
> handshake. We need to provide an interface for the HttpService to verify 
> whether the HTTP request meets expectations and optionally to cause a non-100 
> status code to be sent as a response.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to