You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicecomb.apache.org by "Ang Li (Jira)" <ji...@apache.org> on 2020/01/08 09:28:00 UTC

[jira] [Commented] (SCB-1656) The request is still processed when the server connection is closed by server connection limitation

    [ https://issues.apache.org/jira/browse/SCB-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17010508#comment-17010508 ] 

Ang Li commented on SCB-1656:
-----------------------------

[https://github.com/eclipse-vertx/vert.x/issues/3245]

> The request is still processed when the server connection is closed by server connection limitation
> ---------------------------------------------------------------------------------------------------
>
>                 Key: SCB-1656
>                 URL: https://issues.apache.org/jira/browse/SCB-1656
>             Project: Apache ServiceComb
>          Issue Type: Bug
>          Components: Java-Chassis
>    Affects Versions: java-chassis-1.3.0
>            Reporter: Haishi Yao
>            Priority: Major
>
> Now Java-Chassis provide a config item to limit the connection amount on server side:
> {code:java}
> servicecomb.rest.server.connection-limit
> {code}
> When the server connection amount reaches the limitation, the newly created connection will be closed instantly. But currently it's found that the HTTP request from the closed connection is still received and processed, which is not as our expectation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)