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

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

                Author: ASF GitHub Bot
            Created on: 28/Sep/16 22:21
            Start Date: 28/Sep/16 22:21
    Worklog Time Spent: 10m 
      Work Description: Github user PSUdaemon commented on a diff in the pull 
request:

    https://github.com/apache/trafficserver/pull/1061#discussion_r81029938
  
    --- Diff: iocore/net/BIO_fastopen.cc ---
    @@ -71,8 +71,8 @@ fastopen_bwrite(BIO *bio, const char *in, int insz)
         NET_INCREMENT_DYN_STAT(net_fastopen_attempts_stat);
     
         err = socketManager.sendto(bio->num, (void *)in, insz, MSG_FASTOPEN, 
dst, ats_ip_size(dst));
    -    if (err < 0) {
    -      NET_INCREMENT_DYN_STAT(net_fastopen_failures_stat);
    +    if (err > 0) {
    --- End diff --
    
    `>= 0`? or is 0 bytes sent not a success?


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

    Worklog Id:     (was: 29937)
    Time Spent: 40m  (was: 0.5h)

> 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: 40m
>  Remaining Estimate: 0h
>




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

Reply via email to