-
### I did this
I tried posting a binary file to my locally-hosted test server:
```
curl -i -H "Content-Type: application/octet-stream" --data "@test.dmp" -v http://localhost:70
71/api/convert
```…
ajpro updated
3 weeks ago
-
Hi there
We are seeing the following problem:
- When trying to do a HEAD on a PHP-File we get n "PROTOCOL_ERROR(0x01) / HTTP/2 stream 1 was not closed cleanly" error message.
- GET works fine.
- O…
-
First discovered on installing fzf then also on `bucc deploy`. Debugged the fzf install script and narrowed it down to it hanging on this line https://github.com/junegunn/fzf/blob/305896fcb3b76c5ea944…
-
The `Uri` class currently only supports the default ports for the `http` and `https` schemes:
https://github.com/dart-lang/sdk/blob/50b94ef9fc24302401e0511fcb5e73e50f85e25c/sdk/lib/core/uri.dart#L1…
-
### Host operating system: output of `uname -a`
```
Linux ip-172-16-209-7 5.10.0-11-cloud-amd64 #1 SMP Debian 5.10.92-1 (2022-01-18) x86_64 GNU/Linux
```
### node_exporter version: output of…
-
### I did this
I built curl with UndefinedBehaviorSanitizer using clang 19 and I got this run-time error for test 439. It happens for more tests, shown in [this PR log](https://github.com/curl/curl…
-
Trying to upload, and I get the following (this is on a different system than my other issue):
```
Upload from folder: xxx
SFTP destination: xxx
2 file(s) to upload.
Error in function (type, ms…
-
If there's already an issue for this, close this...
We realized at the hackathon that default `curl` on Mac (was it just mavericks?) causes authentication to not work, but does if users update to a m…
-
Recent versions of Vagrant set the VM name and hostname as aliases to 127.0.0.1 at the top of `/etc/hosts` on CentOS. This seems to change the behavior of hostname resolution performed by Name Server …
-
### Description
The following code:
When using curl_setopt_array to set CURLOPT_RETURNTRANSFER it returns the result and bool.
I was able to fix this by adding ``curl_setopt($ch, CURLOPT_RETURNTR…