Skip to content

Commit b58a77b

Browse files
committed
ok
1 parent 0b2448f commit b58a77b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/internal/src/logging/context.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ impl LoggerContext {
3535
);
3636
}
3737

38+
#[inline]
3839
pub fn graphql_request_start(
3940
&self,
4041
body_size: usize,
@@ -90,6 +91,7 @@ impl LoggerContext {
9091
}
9192
}
9293

94+
#[inline]
9395
fn obtain_headers<'req, 'cfg>(
9496
header_map: &'req ntex::http::HeaderMap,
9597
headers_list: &'cfg Vec<HttpHeaderName>,

0 commit comments

Comments
 (0)