Generate http_recv.ggo and include buffer_tree option.
[paraslash.git] / ggo / http_recv.ggo
diff --git a/ggo/http_recv.ggo b/ggo/http_recv.ggo
deleted file mode 100644 (file)
index 2f1b4d6..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-option "host" i
-#~~~~~~~~~~~~~~
-"ip or host"
-string
-default="localhost"
-optional
-details="
-       Both IPv4 and IPv6 addresses are supported.
-"
-
-option "port" p
-#~~~~~~~~~~~~~~
-"tcp port to connect to"
-int default="8000"
-optional