Skip to content

Commit 41e0e43

Browse files
committed
clang
1 parent bad1a32 commit 41e0e43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/libraries/network/http.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ static bool ExecuteRealRequest(const RealRequestPlan& plan, HttpResponse& out_re
281281
cli.set_connection_timeout(std::chrono::seconds(10));
282282
cli.set_read_timeout(std::chrono::seconds(30));
283283
cli.set_write_timeout(std::chrono::seconds(30));
284-
//auto-follow redirects
284+
// auto-follow redirects
285285
cli.set_follow_location(true);
286286

287287
auto headers = BuildHttplibHeaders(plan.headers);

0 commit comments

Comments
 (0)