• Tatsuhiro Tsujikawa's avatar
    memchunk: Rename append_cstr as append · d174ffeb
    Tatsuhiro Tsujikawa authored
    We may later add append(const T &), where we require T for .size() and
    .data().  We can coexist former append_cstr and new one.  If we pass
    string literal, append(const (&)[N]) is selected.
    d174ffeb
shrpx_http_downstream_connection.cc 22 KB