There was an error while loading. Please reload this page.
1 parent 0b2448f commit b58a77bCopy full SHA for b58a77b
1 file changed
lib/internal/src/logging/context.rs
@@ -35,6 +35,7 @@ impl LoggerContext {
35
);
36
}
37
38
+ #[inline]
39
pub fn graphql_request_start(
40
&self,
41
body_size: usize,
@@ -90,6 +91,7 @@ impl LoggerContext {
90
91
92
93
94
+#[inline]
95
fn obtain_headers<'req, 'cfg>(
96
header_map: &'req ntex::http::HeaderMap,
97
headers_list: &'cfg Vec<HttpHeaderName>,
0 commit comments