VirtualBox

Changeset 37167 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
May 20, 2011 4:29:25 PM (14 years ago)
Author:
vboxsync
Message:

Main/webservice: don't stop accepting new connections just because some connection failed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/webservice/vboxweb.cpp

    r36883 r37167  
    736736            {
    737737                WebLogSoapError(&soap);
    738                 break;
     738                continue;
    739739            }
    740740
     
    12061206
    12071207    aStr.reserve(cchOut+1);
    1208     int rc = RTBase64Encode(sfaData.raw(), cbData, 
     1208    int rc = RTBase64Encode(sfaData.raw(), cbData,
    12091209                            aStr.mutableRaw(), aStr.capacity(),
    12101210                            NULL);
     
    12121212    aStr.jolt();
    12131213
    1214     return aStr.c_str(); 
     1214    return aStr.c_str();
    12151215}
    12161216
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