[
https://issues.apache.org/jira/browse/TS-2197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13793885#comment-13793885
]
ASF subversion and git services commented on TS-2197:
-----------------------------------------------------
Commit 30fcc2b2e698831d1a9e4db1474d8cfc202818a3 in branch refs/heads/master
from [~taorui]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=30fcc2b ]
TS-2197
use HttpSM::main_handler to handle the client request stuff ranther
than directly call the HttpSM::state_read_client_request.
reenable the client_vc even if the ua_buffer_reader is not empty, or
else we may not perceive client_vc`s aborted.
> http_sm may not perceive client_vc`s aborted if it is not a new connection
> --------------------------------------------------------------------------
>
> Key: TS-2197
> URL: https://issues.apache.org/jira/browse/TS-2197
> Project: Traffic Server
> Issue Type: Bug
> Components: HTTP
> Reporter: weijin
> Fix For: 4.1.0
>
> Attachments: TS-2197.wj.diff
>
>
> for a keepalive connection, the second request maybe already in the
> ua_buffer, the current code disabled the client_vc`s read when parse the
> http_hdr in such case, which means we can not notified the client_vc is
> aborted as soon as possible.
--
This message was sent by Atlassian JIRA
(v6.1#6144)