VirtualBox

Changeset 93034 in vbox


Ignore:
Timestamp:
Dec 20, 2021 7:28:17 PM (3 years ago)
Author:
vboxsync
Message:

Validation Kit/txsclient: Sending stuff over the wakeup socket must actually use a byte literal in cancelConnect().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/txsclient.py

    r90740 r93034  
    19141914            if oWakeupW is not None:
    19151915                reporter.log2('TransportTcp::cancelConnect: wakeup call');
    1916                 try:    oWakeupW.send('cancelled!\n');
     1916                try:    oWakeupW.send(b'cancelled!\n');
    19171917                except: reporter.logXcpt();
    19181918                try:    oWakeupW.shutdown(socket.SHUT_WR);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette