Skip to content
Snippets Groups Projects
Commit ec46607e authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard
Browse files

winhttp: Fix return value for relative redirects.

parent 5da1d592
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment