Skip to content

Commit

Permalink
Go
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Mar 1, 2024
1 parent 35f5363 commit a20845a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node-fetch/src/fetchNodeHttp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { createBrotliDecompress, createGunzip, createInflate } from 'zlib';
import { PonyfillRequest } from './Request.js';
import { PonyfillResponse } from './Response.js';
import { PonyfillURL } from './URL.js';
import { getHeadersObj, isNodeReadable, readableCleanupRegistry } from './utils.js';
import { getHeadersObj, isNodeReadable } from './utils.js';

function getRequestFnForProtocol(url: string) {
if (url.startsWith('http:')) {
Expand Down

0 comments on commit a20845a

Please sign in to comment.