Maximilian Haupt
Maximilian Haupt
I just wanted to do a small WebDAV test based on httpp. Found out that the methods defined in the WebDAV http extension are not supported by httpp atm, so...
This patch makes httpp compile on Windows 10 with Visual Studio 2017 Community edition (VC 14.0). The according commonpp patch can be found here https://github.com/daedric/commonpp/pull/7. The same issue about static...
In #38183 @alanorozco and I discussed options how to allow amp-consent's consent-ui iframe to trigger navigation events in the top window. This pull request allows specifying additional sandbox attributes similar...
**Describe the bug** When trying to run loophole in git-bash on Windows, I get the following error output and loophole closes immediately: ``` $ loophole {"level":"fatal","error":"The handle is invalid.","time":"2020-12-16T11:50:32+01:00","message":"Error saving...
**Is your feature request related to a problem? Please describe.** I can not run loophole on macOS out of the box. I need to allow it in the system settings...
**Describe the bug** The CLI is showing this error when the client is closing the connection (e.g. reload in chrome or cancelling a download): ``` 3:48PM ??? http: proxy error:...
**Describe the bug** When hosting [min.io](https://min.io) (self-hosted S3) via loophole, I can upload large files (multiple 100M or multiple GB) via [s3cmd](https://s3tools.org/s3cmd) without any issues, but when uploading them via...
I'm building a SSH server using your Node.js library and I'm building the SSH client using the x/crypto/ssh Golang library. The client aborts the SSH handshake when using the publickey...
**Is this a request for help?**: request --- **Is this a BUG REPORT or FEATURE REQUEST?** (choose one): BUG REPORT **Orchestrator and version (e.g. Kubernetes, DC/OS, Swarm)** Kubernetes v1.7.9 **What...
When creating a simple watcher like this: ``` var Etcd = require("node-etcd"); var etcd = new Etcd("127.0.0.1", 4001); var watcher = etcd.watcher("/x/y/z", null, { recursive: true }); watcher.on("change", console.log); watcher.on("error",...