Przeglądaj źródła

Removed Content-Type header from upload test because it triggered bugs in some browsers

adolfintel 7 lat temu
rodzic
commit
e01f4fa40b
2 zmienionych plików z 2 dodań i 6 usunięć
  1. 2 6
      Frontend/speedtest_worker.js
  2. 0 0
      Frontend/speedtest_worker.min.js

+ 2 - 6
Frontend/speedtest_worker.js

@@ -478,9 +478,7 @@ function ulTest(done) {
 						try{
 							xhr[i].setRequestHeader("Content-Encoding", "identity"); // disable compression (some browsers may refuse it, but data is incompressible anyway)
 						}catch(e){}
-						try{
-							xhr[i].setRequestHeader("Content-Type", "application/octet-stream"); //force content-type to application/octet-stream in case the server misinterprets it
-						}catch(e){}
+						//No Content-Type header in MPOT branch because it triggers bugs in some browsers
 						xhr[i].send(reqsmall);
 					} else {
 						// REGULAR version, no workaround
@@ -516,9 +514,7 @@ function ulTest(done) {
 						try{
 							xhr[i].setRequestHeader("Content-Encoding", "identity"); // disable compression (some browsers may refuse it, but data is incompressible anyway)
 						}catch(e){}
-						try{
-							xhr[i].setRequestHeader("Content-Type", "application/octet-stream"); //force content-type to application/octet-stream in case the server misinterprets it
-						}catch(e){}
+						//No Content-Type header in MPOT branch because it triggers bugs in some browsers
 						xhr[i].send(req);
 					}
 				}.bind(this),

Plik diff jest za duży
+ 0 - 0
Frontend/speedtest_worker.min.js


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików