mirror of https://github.com/adamdruppe/arsd.git
remove debnugging hook
This commit is contained in:
parent
485fa54a96
commit
d15e54278e
2
http2.d
2
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;
|
||||
|
|
Loading…
Reference in New Issue