mirror of
https://github.com/moparisthebest/spdylay
synced 2024-11-15 22:15:14 -05:00
fix building on mac os x. "error: invalid suffix on literal; C++11 requires a space between literal and identifier"
This commit is contained in:
parent
f47bf214e5
commit
4c238c5b36
@ -324,7 +324,7 @@ void fill_default_config()
|
||||
mod_config()->daemon = false;
|
||||
mod_config()->verify_client = false;
|
||||
|
||||
mod_config()->server_name = "shrpx spdylay/"SPDYLAY_VERSION;
|
||||
mod_config()->server_name = "shrpx spdylay/" SPDYLAY_VERSION;
|
||||
set_config_str(&mod_config()->host, "0.0.0.0");
|
||||
mod_config()->port = 3000;
|
||||
mod_config()->private_key_file = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user