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

Oleg Kalnichevski resolved HTTPCORE-147.
----------------------------------------

    Resolution: Fixed

* Fixed handling of requests with partially consumed content
* Fixed race condition while handling requests with failed expectations

Oleg

> Problems with unhandled POST/PUT in ThrottlingHttpServiceHandler
> ----------------------------------------------------------------
>
>                 Key: HTTPCORE-147
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-147
>             Project: HttpComponents HttpCore
>          Issue Type: Bug
>          Components: HttpCore NIO
>    Affects Versions: 4.0-beta1
>            Reporter: Sam Berlin
>             Fix For: 4.0-beta2
>
>
> I haven't produced any bugs, but following the code it seems like it's a 
> bug..  
> If a POST/PUT (other other entity-enclosing request) comes in that doesn't 
> have an HttpRequestHandler, it looks like a response SC_NOT_IMPLEMENTED will 
> be sent.  Then it flows through and the connState is reset, but not all the 
> data could have been read out of the inbuffer.  This might cause further 
> requests to read the wrong stuff (ie, read the rest of the entity nstead of 
> the next GET).

-- 
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