diff --git a/http2.d b/http2.d index 73b4fdf..0a78afc 100644 --- a/http2.d +++ b/http2.d @@ -2010,6 +2010,7 @@ class HttpRequest { if(followLocation && responseData.location.length) { static bool first = true; //version(DigitalMars) if(!first) asm { int 3; } + debug(arsd_http2) writeln("redirecting to ", responseData.location); populateFromInfo(Uri(responseData.location), HttpVerb.GET); //import std.stdio; writeln("redirected to ", responseData.location); first = false;