Skip to content

Commit 7bc8b42

Browse files
committed
doc: add string with link to issue
1 parent 7c2362b commit 7bc8b42

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/core/src/shared/awsClientBuilderV3.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,13 @@ export function overwriteEndpoint(
213213
return next(args)
214214
}
215215

216+
/**
217+
* Overwrite agents behavior and add the keepAliveHeader. This is needed due to
218+
* https://github.com/microsoft/vscode/issues/173861.
219+
* @param next
220+
* @param args
221+
* @returns
222+
*/
216223
export function addKeepAliveHeader(next: BuildHandler<any, any>, args: any) {
217224
const request = args.request
218225
if (HttpRequest.isInstance(request)) {

0 commit comments

Comments
 (0)