fixup! nghttpx: Use StringRef for SHRPX_UNIX_PATH_PREFIX
This commit is contained in:
parent
a5029d1eed
commit
a104d8a80b
|
@ -63,7 +63,7 @@ namespace {
|
|||
Config *config = nullptr;
|
||||
} // namespace
|
||||
|
||||
constexpr StringRef SHRPX_UNIX_PATH_PREFIX = StringRef::from_lit("unix:");
|
||||
constexpr auto SHRPX_UNIX_PATH_PREFIX = StringRef::from_lit("unix:");
|
||||
|
||||
const Config *get_config() { return config; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue