X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fcontext_loop.c;h=995393b074249556716ba992d2aa85b46830ac77;hp=f4bd27372292839ce03a41b755a219d8d0f1ffb2;hb=7836de1a004d9353cadb71885e360715884d1601;hpb=1e43c20f3cf4e2c39852c1b74d43608b40154a89 diff --git a/webcit/context_loop.c b/webcit/context_loop.c index f4bd27372..995393b07 100644 --- a/webcit/context_loop.c +++ b/webcit/context_loop.c @@ -1,12 +1,11 @@ /* - * context_loop.c + * $Id$ * * This is the other half of the webserver. It handles the task of hooking * up HTTP requests with the sessions they belong to, using HTTP cookies to * keep track of things. If the HTTP request doesn't belong to any currently * active session, a new session is started. * - * $Id$ */ #include