Hi all,

"Environment Test" page outputs HTTP headers,
when "Show Cookies" option is enabled,
and when `fossil ui` or `fossil server` is running.

It's not affected when fossil is run as a CGI program.
see screenshot:
https://cloud.openmailbox.org/index.php/s/rw2phBxRvwUl0np


+ typo & alignment:

Index: src/content.c
==================================================================
--- src/content.c
+++ src/content.c
@@ -457,11 +457,11 @@
 
 /*
 ** Make sure the g.rcvid global variable has been initialized.
 **
 ** If the g.zIpAddr variable has not been set when this routine is
-** called, use zSrc as the source of content for the the rcvfrom
+** called, use zSrc as the source of content for the rcvfrom
 ** table entry.
 */
 void content_rcvid_init(const char *zSrc){
   if( g.rcvid==0 ){
     user_select();

Index: src/unversioned.c
==================================================================
--- src/unversioned.c
+++ src/unversioned.c
@@ -310,11 +310,11 @@
     verify_all_options();
     if( g.argc!=5 ) usage("export UVFILE OUTPUT");
     if( unversioned_content(g.argv[3], &content) ){
       fossil_fatal("no such uv-file: %Q", g.argv[3]);
     }
-     blob_write_to_file(&content, g.argv[4]);
+    blob_write_to_file(&content, g.argv[4]);
     blob_reset(&content);
   }else if( memcmp(zCmd, "hash", nCmd)==0 ){  /* undocumented */
     /* Show the hash value used during uv sync */
     int debugFlag = find_option("debug",0,0)!=0;
     fossil_print("%s\n", unversioned_content_hash(debugFlag));


-- 
I am not a native English speaker,
so feel free to correct any spelling or grammatical errors!

Attachment: signature.asc
Description: PGP signature

_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to