nghttpx: Remove useless comment

This commit is contained in:
Tatsuhiro Tsujikawa 2016-01-17 22:26:13 +09:00
parent 9f0f5c60ad
commit ee43250015
1 changed files with 0 additions and 4 deletions

View File

@ -341,10 +341,6 @@ struct Config {
std::unique_ptr<char[]> downstream_http_proxy_host;
std::unique_ptr<char[]> http2_upstream_dump_request_header_file;
std::unique_ptr<char[]> http2_upstream_dump_response_header_file;
// // Rate limit configuration per connection
// ev_token_bucket_cfg *rate_limit_cfg;
// // Rate limit configuration per worker (thread)
// ev_token_bucket_cfg *worker_rate_limit_cfg;
// Path to file containing CA certificate solely used for client
// certificate validation
std::unique_ptr<char[]> verify_client_cacert;