Skip to content
#

client

Here are 5,723 public repositories matching this topic...

curl

A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET and TFTP. libcurl offers a myriad of powerful features

  • Updated Mar 26, 2022
  • C
wfjsw
wfjsw commented Jan 23, 2022

Context

#4881

I'm operating a worldwide server and there are unique connectivity issue in different regions. I want to ensure that users have best voice quality while under connection budget, and that involves different settings for different regions.

Description

I need to have individual switches that controls the inbound and outbound UDP connections.

Mumble component

Client

client feature-request good first issue
suil
suil commented Mar 10, 2022

Bug Description

  const pool = new Pool(url);
  const proxyAgent = new ProxyAgent("http://one-proxy:8080");
  const { statusCode, body } = await pool.request({
    ...
    dispatcher: proxyAgent,
    ...
  ...});

when Pool is used, it's not picking up { ..., dispatcher: new ProxyAgent("...")}, nor setGlobalDispatcher(proxyAgent).

However, request is used, ProxyAgent wor

enhancement good first issue

Improve this page

Add a description, image, and links to the client topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the client topic, visit your repo's landing page and select "manage topics."

Learn more