tatsuhiro-t / spdylay

The experimental SPDY protocol version 2, 3 and 3.1 implementation in C
http://tatsuhiro-t.github.io/spdylay/
MIT License
603 stars 102 forks source link

Fix building on mac os x #63

Closed snnn closed 11 years ago

snnn commented 11 years ago

shrpx.cc:327:47: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] mod_config()->server_name = "shrpx spdylay/"SPDYLAY_VERSION;

tatsuhiro-t commented 11 years ago

Thank you. Merged and pushed just now.