[
https://issues.apache.org/jira/browse/TS-3188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14218205#comment-14218205
]
ASF subversion and git services commented on TS-3188:
-----------------------------------------------------
Commit deb77cf15fa1bbab8232d9d907680451fb84545f in trafficserver's branch
refs/heads/master from [~shinrich]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=deb77cf ]
TS-3188: Do not set half_close for keep alive POST.
This closes #142.
> Do not set half_close flag for short post on keep_alive client connections
> --------------------------------------------------------------------------
>
> Key: TS-3188
> URL: https://issues.apache.org/jira/browse/TS-3188
> Project: Traffic Server
> Issue Type: Bug
> Reporter: Susan Hinrichs
> Assignee: Susan Hinrichs
> Fix For: 5.2.0
>
>
> The original logic would set the half_close flag on the client session if all
> the post information fit in the receive buffer before we started the post
> tunnel.
> However, if the client connection was to be used for multiple requests, this
> was incorrect.
> This flaw exhibited in my test safelyfiled site by doing a folder create
> (resulting in a short set of post arguments) followed by a file upload that
> tried to reuse the same connection. The file upload would fail.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)