URI: 
       Add TRAVERSAL display for REST in geomyidae. - geomyidae-tests - geomyidae tests
  HTML git clone git://bitreich.org/geomyidae-tests/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/geomyidae-tests/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit 1e0e07d5608a97a1c86b39ab62e91d46b7b6003c
   DIR parent 1b9dac1ea8c8d0949eeb271759bee4ecb37d8d8f
  HTML Author: Christoph Lohmann <20h@r-36.net>
       Date:   Sat, 22 Jul 2023 19:22:32 +0200
       
       Add TRAVERSAL display for REST in geomyidae.
       
       Diffstat:
         M test.c                              |       5 +++--
       
       1 file changed, 3 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/test.c b/test.c
       @@ -42,7 +42,7 @@ write_test_counter(long counter)
                                strerror(errno));
                        return -1;
                }
       -                
       +
                snprintf(buf, sizeof(buf), "%ld", counter);
                fwrite(buf, 1, strlen(buf), fp);
                ret = (fflush(fp) || ferror(fp)) ? -1 : 0;
       @@ -69,7 +69,8 @@ main(void)
                        "REQUEST",
                        "SEARCHREQUEST",
                        "SELECTOR",
       -                "X_GOPHER_SEARCH"
       +                "X_GOPHER_SEARCH",
       +                "TRAVERSAL"
                };
                char *p;
                int i;