Skip to content

Commit 86155f9

Browse files
committed
fix
1 parent d82237c commit 86155f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/src/shared/resourcefetcher/node/httpResourceFetcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ type RequestHeaders = { eTag?: string; gZip?: boolean }
3939

4040
/**
4141
* Legacy HTTP Resource Fetcher used specifically for streaming information.
42-
* If you do not need streaming or want multi platform support use
42+
* Only kept around until web streams are compatible with node streams
4343
*/
4444
export class HttpResourceFetcher {
4545
private readonly logger: Logger = getLogger()

packages/core/src/test/awsService/appBuilder/walkthrough.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { getTestWindow } from '../../shared/vscode/window'
2323
import { AwsClis, installCli } from '../../../shared/utilities/cliUtils'
2424
import { ChildProcess } from '../../../shared/utilities/processUtils'
2525
import { assertTelemetryCurried } from '../../testUtil'
26-
import { HttpResourceFetcher } from '../../../shared/resourcefetcher/httpResourceFetcher'
26+
import { HttpResourceFetcher } from '../../../shared/resourcefetcher/node/httpResourceFetcher'
2727
import { SamCliInfoInvocation } from '../../../shared/sam/cli/samCliInfo'
2828
import { CodeScansState } from '../../../codewhisperer'
2929

0 commit comments

Comments
 (0)