* 'unsubscribe' command (but not 'confirm unsubscribe')
[citadel.git] / webcit / context_loop.c
index 6cad89f9b05428da318d36c2b4ca288af920c0ed..5f67f93859d8af908764c26e0784e02c90b4cefa 100644 (file)
@@ -270,6 +270,7 @@ void context_loop(int sock)
         */
        if (!strncasecmp(buf, "GET ", 4)) strcpy(buf, &buf[4]);
        else if (!strncasecmp(buf, "HEAD ", 5)) strcpy(buf, &buf[5]);
+       else if (!strncasecmp(buf, "POST ", 5)) strcpy(buf, &buf[5]);
        if (buf[1]==' ') buf[1]=0;
 
        /*