Skip to content

Commit c19a64c

Browse files
JosePineiroCopilot
andauthored
Update src/literals.h
Co-authored-by: Copilot <[email protected]>
1 parent 3d8a141 commit c19a64c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/literals.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ namespace asyncsrv {
77

88
static constexpr const char *empty = "";
99

10-
static const char T_inline[] = "inline";
11-
static const char T_attachment[] = "attachment; filename=\"%s\"";
10+
static constexpr const char *T_inline = "inline";
11+
static constexpr const char *T_attachment = "attachment; filename=\"%s\"";
1212

1313
static constexpr const char *T__opaque = "\", opaque=\"";
1414
static constexpr const char *T_100_CONTINUE = "100-continue";

0 commit comments

Comments
 (0)