• Tatsuhiro Tsujikawa's avatar
    shrpx: Don't run expensive INFO log code · 29bec93e
    Tatsuhiro Tsujikawa authored
    INFO log and its surrounding code are now guarded by
    LOG_ENABLED(SEVERITY) macro so that they don't run if log level
    threshold is higher. This increases performance because log formatting
    is somewhat expensive.
    29bec93e
shrpx_spdy_upstream.cc 27.7 KB