I'll be honest, I completely forgot what I changed this time. Sorry.

This commit is contained in:
Mid Favila 2023-03-25 17:06:15 -04:00
parent 101b182ea0
commit 6b96133ab3
2 changed files with 9 additions and 5 deletions

1
default Normal file
View File

@ -0,0 +1 @@
<meta http-equiv=refresh content="0; url=https://sdf.org">

View File

@ -19,7 +19,10 @@ enum
/* 2: statistical. informational+size of header and body in bytes, round-trip time, etc */
/* 3+: debug. statistical+all internal state changes */
/* currently we only implement 1 */
V
V,
/* set redir limit (not currently implemented) */
R
};
enum
@ -132,10 +135,10 @@ int main(int argc, char **argv)
uristruct.path = NULL;
if( uri_parse(urip, &uristruct))
{
errstr = "couldn't parse URI.";
goto err;
}
{
errstr = "couldn't parse URI.";
goto err;
}
if(param[V] >= 2)
{