Abhinav Singh

Results 42 issues of Abhinav Singh

**Is your feature request related to a problem? Please describe.** Currently, a lot of testing code from `unittest` is mixed with `pytest` eco-system. We should migrate to `pytest` recommendations and...

Good First Issue
Task

Reproducible by running `proxy.py` on smallest GCP instance _(or a system with

Good First Issue
Task

**Is your feature request related to a problem? Please describe.** Following with `curl` currently results in intermittent `Done waiting for 100-continue`. ``` $ curl -v \ -x localhost:8899 \ -F...

Good First Issue
Task

**Is your feature request related to a problem? Please describe.** Users have reached out with questions like **Describe the solution you'd like** Warn (or abort?) if user has loaded a...

Good First Issue
Plugin
Task

**Is your feature request related to a problem? Please describe.** Currently socket creation is blocking operation. **Describe the solution you'd like** Event loop provides `create_connection` utility which must be used...

Good First Issue
Task

This is how I led to conclusion that above error is related to `fetch-mock`. 1. I recently got a new laptop. Default node installed by brew is `v18.6.0`, compared to...

**Describe the bug** We have a Django project which serves multiple sites via a `virtualhost` `middleware` setup (not via Django site framework). This allows us to serve multiple sites from...

```console pip install autobahntestsuite wstest -h ─╯ Traceback (most recent call last): File "/Users/abhinavsingh/Dev/proxy.py/venv-wstest/bin/wstest", line 5, in from autobahntestsuite.wstest import run File "/Users/abhinavsingh/Dev/proxy.py/venv-wstest/lib/python3.9/site-packages/autobahntestsuite/__init__.py", line 19, in from _version import __version__...

While debugging issue https://github.com/abhinavsingh/proxy.py/issues/43 I ran into the following error page: which hinted towards a certain bug during communicating between `vpnkit` and `proxy.py` container. For some reason, client connections to...

Hi Guys, sockjs is a great piece of work. I am trying to integrate it with one of my application. sockjs-erlang application runs on a different host/port than the usual...