summaryrefslogtreecommitdiff
path: root/evrpc-internal.h
diff options
context:
space:
mode:
authorNiels Provos <provos@gmail.com>2006-11-16 08:49:26 +0000
committerNiels Provos <provos@gmail.com>2006-11-16 08:49:26 +0000
commit44bd5ab4e03a7fd943520243dd07bc3e6fdba249 (patch)
tree6fdc4c475079aacaab03e6ca90b5c0826006eb07 /evrpc-internal.h
parent9d9d60b1ff0b588ee20b1b7a4f73ea409fad232d (diff)
downloadlibevent-44bd5ab4e03a7fd943520243dd07bc3e6fdba249.tar.gz
prefix was missing /; malformed request caused server to crash
svn:r256
Diffstat (limited to 'evrpc-internal.h')
-rw-r--r--evrpc-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/evrpc-internal.h b/evrpc-internal.h
index b5c4eaf8..4a27a364 100644
--- a/evrpc-internal.h
+++ b/evrpc-internal.h
@@ -29,7 +29,7 @@
struct evrpc;
-#define EVRPC_URI_PREFIX ".rpc."
+#define EVRPC_URI_PREFIX "/.rpc."
struct evrpc_base {
/* the HTTP server under which we register our RPC calls */