Mercurial > urweb
diff src/c/urweb.c @ 1067:50dd937c4cb9
Bug fixes in redirect-related stuff
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 10 Dec 2009 15:46:07 -0500 |
parents | 740b85ef4352 |
children | 2eb585274501 |
line wrap: on
line diff
--- a/src/c/urweb.c Thu Dec 10 15:20:36 2009 -0500 +++ b/src/c/urweb.c Thu Dec 10 15:46:07 2009 -0500 @@ -3083,7 +3083,6 @@ char *s2; for (++s; s2 = strchr(s, '\n'); s = s2+1) { *s2 = 0; - printf("Line: %s\n", s); if (!strncmp(s, "Set-Cookie: ", 12)) { uw_write_header(ctx, s); uw_write_header(ctx, "\n");