Skip to content

Commit ea72c7b

Browse files
committed
Update Proxy.swift
1 parent d7917d2 commit ea72c7b

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
@@ -197,7 +197,7 @@ private extension Http.Proxy{
197197

198198
if hasNotContentType(config.getSession, request){
199199
let content = config.defaultContentType
200-
request.setValue(content, forHTTPHeaderField: "Content-Type")
200+
request.setValue(content, forHTTPHeaderField: "Content-Type") // for PUT
201201
}
202202
}
203203

0 commit comments

Comments
 (0)