Changeset 40

Show
Ignore:
Timestamp:
01/27/06 12:08:05 (3 years ago)
Author:
Jan-Klaas Kollhof
Message:

fixed ticket:3 - http response status in core module

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/jsolait/jsolait.js

    r37 r40  
    557557        } 
    558558        //todo: the status checking needs testing 
    559         if(xmlhttp.status == 200 || xmlhttp.status == 0 || xmlhttp.status == null){ 
     559        if(xmlhttp.status == 200 || xmlhttp.status == 0 || xmlhttp.status == null || xmlhttp.status == 304){ 
    560560            var s= new String(xmlhttp.responseText); 
    561561            s.__sourceURI__ = uri;