remove debnugging hook

This commit is contained in:
Adam D. Ruppe 2020-03-02 09:24:13 -05:00
parent 485fa54a96
commit d15e54278e
1 changed files with 1 additions and 1 deletions

View File

@ -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;