vcl: fix bidirectional tests (VPP-1455)
[vpp.git] / src / vcl / vcl_test.h
index 927110f..9d28b26 100644 (file)
@@ -438,7 +438,7 @@ vcl_test_write (int fd, uint8_t * buf, uint32_t nbytes,
            {
              if (stats)
                stats->tx_eagain++;
-             continue;
+             break;
            }
          else
            break;