Mercurial > urweb
comparison src/c/urweb.c @ 792:d20d6afc1206
Improvements while working on Graftid
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 12 May 2009 18:02:25 -0400 |
parents | 8ed1261f838c |
children | 5f49a6b759cb |
comparison
equal
deleted
inserted
replaced
791:5368deb3764b | 792:d20d6afc1206 |
---|---|
2287 s += 2; | 2287 s += 2; |
2288 else | 2288 else |
2289 return NULL; | 2289 return NULL; |
2290 } | 2290 } |
2291 } | 2291 } |
2292 | |
2293 return NULL; | |
2292 } | 2294 } |
2293 | 2295 |
2294 uw_unit uw_Basis_set_cookie(uw_context ctx, uw_Basis_string prefix, uw_Basis_string c, uw_Basis_string v) { | 2296 uw_unit uw_Basis_set_cookie(uw_context ctx, uw_Basis_string prefix, uw_Basis_string c, uw_Basis_string v) { |
2295 uw_write_header(ctx, "Set-Cookie: "); | 2297 uw_write_header(ctx, "Set-Cookie: "); |
2296 uw_write_header(ctx, c); | 2298 uw_write_header(ctx, c); |