diff --git a/http2.d b/http2.d index 4347144..5107e87 100644 --- a/http2.d +++ b/http2.d @@ -1379,7 +1379,7 @@ class HttpRequest { } if(followLocation && responseData.location.length) { static bool first = true; - version(DigitalMars) if(!first) asm { int 3; } + //version(DigitalMars) if(!first) asm { int 3; } populateFromInfo(Uri(responseData.location), HttpVerb.GET); import std.stdio; writeln("redirected to ", responseData.location); first = false;