Skip to content

Commit 092b188

Browse files
committed
Update Proxy.swift
1 parent 8be7d1c commit 092b188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/async-http-client/proxy/http/Proxy.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public extension Http{
7777
{
7878
let request = try buildURLRequest(
7979
config.baseURL,
80-
for: path, method: .post, query: query, headers: headers)
80+
for: path, method: .post, query: query, headers: headers)
8181

8282
return try await send(with: request, retry: strategy(retry), validate, taskDelegate)
8383
}

0 commit comments

Comments
 (0)