mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-25 15:59:36 +03:00
Remove redundant todo
svn path=/trunk/netsurf/; revision=10354
This commit is contained in:
parent
a70c67fa35
commit
9666787dfa
@ -1662,7 +1662,6 @@ nserror llcache_fetch_redirect(llcache_object *object, const char *target,
|
||||
return NSERROR_OK;
|
||||
}
|
||||
|
||||
/** \todo All the magical processing for the various redirect types */
|
||||
if (http_code == 301 || http_code == 302 || http_code == 303) {
|
||||
/* 301, 302, 303 redirects are all unconditional GET requests */
|
||||
post = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user