We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb2652c commit cb34af0Copy full SHA for cb34af0
server/src/handlers/event.rs
@@ -33,7 +33,7 @@ use self::error::{PostError, QueryError};
33
const PREFIX_TAGS: &str = "x-p-tag-";
34
const PREFIX_META: &str = "x-p-meta-";
35
const STREAM_NAME_HEADER_KEY: &str = "x-p-stream";
36
-const FILL_NULL_OPTION_KEY: &str = "fill_null";
+const FILL_NULL_OPTION_KEY: &str = "send_null";
37
const SEPARATOR: char = '^';
38
39
pub async fn query(
0 commit comments