Nicolas Cannasse %!s(int64=19) %!d(string=hai) anos
pai
achega
7dcc93b2c3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      std/haxe/Http.hx

+ 1 - 1
std/haxe/Http.hx

@@ -341,7 +341,7 @@ class Http {
 		var status = Std.parseInt(rp[1]);
 
 		if( status == 0 || status == null )
-			throw "Response status error"
+			throw "Response status error";
 
 		onStatus(status);
 		if( status < 200 || status >= 400 )