Skip to content

Commit

Permalink
Proxy.test
Browse files Browse the repository at this point in the history
  • Loading branch information
mucool1205 committed Dec 19, 2024
1 parent c6d4d4f commit 6b23cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const CRLF = '\r\n';
const STATUS_REG = /^HTTP\/1.[01] (\d*)/;

// function to create PAC proxy agent
function createPacAgent(pacUrl, options = {}) {
export function createPacAgent(pacUrl, options = {}) {
pacUrl = stripQuotesAndSpaces(pacUrl);
try {
const agent = new PacProxyAgent(pacUrl, {
Expand Down

0 comments on commit 6b23cb5

Please sign in to comment.