Fossil

Diff
Login

Diff

Differences From Artifact [0e90e705ac]:

To Artifact [33416f68f4]:


2713
2714
2715
2716
2717
2718
2719
2720
2721


2722
2723
2724
2725
2726
2727
2728
2713
2714
2715
2716
2717
2718
2719


2720
2721
2722
2723
2724
2725
2726
2727
2728







-
-
+
+







** Note that the following command is used by ssh:// processing.
**
** COMMAND: test-http
**
** Works like the [[http]] command but gives setup permission to all users.
**
** Options:
**   --th-trace          trace TH1 execution (for debugging purposes)
**   --usercap   CAP     user capability string.  (Default: "sx")
**   --th-trace          Trace TH1 execution (for debugging purposes)
**   --usercap   CAP     User capability string (Default: "sx")
**
*/
void cmd_test_http(void){
  const char *zIpAddr;    /* IP address of remote client */
  const char *zUserCap;

  Th_InitTraceLog();