are the request and response bytes pending reversed in casr?

Bug #667384 reported by Jeff Hill
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
EPICS Base
Fix Released
Low
Unassigned

Bug Description

I am looking at this code at line 417 of caservertask.c, and it appears that the undelivered request and response bytes are mislabeled; are they reversed?

        printf(
        "\tUnprocessed request bytes=%u, Undelivered response bytes=%u\n",
            client->send.stk,
            client->recv.cnt - client->recv.stk );

Tags: cas rsrv
Revision history for this message
Jeff Hill (johill-lanl) wrote :

fixed in R3.14.13

Changed in epics-base:
status: New → Fix Committed
importance: Undecided → Low
Revision history for this message
Andrew Johnson (anj) wrote :

Actually this fix will be in R3.14.12 (which hasn't been released quite yet).

Andrew Johnson (anj)
Changed in epics-base:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.