소스 검색

Set an HTTP User-Agent

default_compile_flags
vector-of-bool 3 년 전
부모
커밋
0a78a632ea
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      src/dds/util/http/pool.cpp

+ 1
- 0
src/dds/util/http/pool.cpp 파일 보기

@@ -113,6 +113,7 @@ struct http_client_impl {
{"Content-Length", "0"},
{"TE", "gzip, chunked"},
{"Connection", "keep-alive"},
{"User-Agent", "dds 0.1.0-alpha.6"},
};
if (!params.prior_etag.empty()) {
headers.push_back({"If-None-Match", params.prior_etag});

Loading…
취소
저장