Commit ec46607e authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

winhttp: Fix return value for relative redirects.

parent 5da1d592
......@@ -2575,6 +2575,7 @@ static DWORD handle_redirect( struct request *request, DWORD status )
}
free( request->path );
request->path = path;
ret = ERROR_SUCCESS;
send_callback( &request->hdr, WINHTTP_CALLBACK_STATUS_REDIRECT, location, len_loc + 1 );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment