debug helper

This commit is contained in:
Adam D. Ruppe 2021-12-22 18:48:23 -05:00
parent 0694c7a772
commit aef7177402
1 changed files with 1 additions and 0 deletions

View File

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