Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 408546
Collapse All | Expand All

(-)js/rwt/remote/Server.js (-1 / +2 lines)
Lines 254-260 Link Here
254
                       || statusCode === 12029    // ERROR_INTERNET_CANNOT_CONNECT
254
                       || statusCode === 12029    // ERROR_INTERNET_CANNOT_CONNECT
255
                       || statusCode === 12030    // ERROR_INTERNET_CONNECTION_ABORTED
255
                       || statusCode === 12030    // ERROR_INTERNET_CONNECTION_ABORTED
256
                       || statusCode === 12031    // ERROR_INTERNET_CONNECTION_RESET
256
                       || statusCode === 12031    // ERROR_INTERNET_CONNECTION_RESET
257
                       || statusCode === 12152 ); // ERROR_HTTP_INVALID_SERVER_RESPONSE
257
                       || statusCode === 12152    // ERROR_HTTP_INVALID_SERVER_RESPONSE
258
                       || statusCode === 0 );     // Some modern IEs use standard, but not all
258
        return result;
259
        return result;
259
      },
260
      },
260
      "gecko" : function( statusCode ) {
261
      "gecko" : function( statusCode ) {

Return to bug 408546