You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/09/28 21:42:20 UTC

[jira] [Work logged] (TS-4903) EISCONN errors when using TCP Fast Open.

     [ https://issues.apache.org/jira/browse/TS-4903?focusedWorklogId=29932&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-29932 ]

ASF GitHub Bot logged work on TS-4903:
--------------------------------------

                Author: ASF GitHub Bot
            Created on: 28/Sep/16 21:41
            Start Date: 28/Sep/16 21:41
    Worklog Time Spent: 10m 
      Work Description: GitHub user jpeach opened a pull request:

    https://github.com/apache/trafficserver/pull/1061

    TS-4903: EISCONN errors when using TCP Fast Open.

    The write VIO is reset when we reuse a VC, so we need to explicitly
    track whether we have connected a TCP Fast Open socket. In the
    previous patch we eschewed using the is_connected state of the
    Connection, but that is explicitly what we want so we should just
    use it and allow the Connection to be not connected until the Fast
    Open connects it.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jpeach/trafficserver fix/4903

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/1061.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1061
    
----
commit 707cdf9d587d09c3bebfdd8160d1557f0958646d
Author: James Peach <jp...@apache.org>
Date:   2016-09-28T21:38:49Z

    TS-4903: EISCONN errors when using TCP Fast Open.
    
    The write VIO is reset when we reuse a VC, so we need to explicitly
    track whether we have connected a TCP Fast Open socket. In the
    previous patch we eschewed using the is_connected state of the
    Connection, but that is explicitly what we want so we should just
    use it and allow the Connection to be not connected until the Fast
    Open connects it.

----


Issue Time Tracking
-------------------

            Worklog Id:     (was: 29932)
            Time Spent: 10m
    Remaining Estimate: 0h

> EISCONN errors when using TCP Fast Open.
> ----------------------------------------
>
>                 Key: TS-4903
>                 URL: https://issues.apache.org/jira/browse/TS-4903
>             Project: Traffic Server
>          Issue Type: Bug
>            Reporter: James Peach
>            Assignee: James Peach
>          Time Spent: 10m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)