-
Is there a consideration to support network proxies? For example, setting network proxies via function arguments or environment variables.
-
Httplib is not thread safe. A lot of production servers will use a gunicorn/gevent/thread based app servers.
These can cause httplib to have issues when issuing requests to podio which results in podi…
-
I'm a newbie and I'm trying to assemble it for the first time. I can't do it... Here are my steps:
```
curl https://curl.se/ca/cacert.pem --output /cacert.pem
git clone https://github.com/nomoresat…
-
I tried updating Netty to 4.1.112 (see #342), but it gives me errors in:
```
test_httplib
test_robotparser
test_smtpnet
test_ssl_jy
test_urllibnet
```
The error is always:
```
SSLError: [Err…
jeff5 updated
2 months ago
-
### 🐛 Describe the bug
See this [log](https://github.com/pytorch/pytorch/actions/runs/11334452938/job/31520699526) for example:
```
2024-10-14T20:31:02.4058502Z /var/lib/jenkins/.cache/bazel/…
-
nice work buddy......but
root@kali:~/trape# python3 trape.py
Traceback (most recent call last):
File "/root/trape/trape.py", line 23, in
from core.utils import utils #
…
-
#### Description
I am working on a [http server](https://github.com/yhirose/cpp-httplib) which is receiving JSON data, but this data must be deserialized into a struct, if I am sending the JSON objec…
-
Originally reported on Google Code with ID 5071
```
The issue is that an error is raised because charset is not set when readFromStream
is called. The problem arises from calling Http.getResource(url…
-
### Xmake 版本
v2.9.4+HEAD.e85b001f1
### 操作系统版本和架构
Microsoft Windows Server 2022 10.0.20348 Datacenter
### 描述问题
我在构建项目的时候遇到了github action报hash错误,目前我本地构建是可以成功的(可能是因为xmake之前的构建缓存和repo非最新),github上…
-
In coinspot.py _httplib_ has been deprecated in Python 3.
Recommend changing from:
import hmac
import hashlib
import httplib
import json
import yaml
import os
import sys
import log…