Erik Pellizzon

Results 10 issues of Erik Pellizzon

Fix issue #271 Add support for automatic format of JSON keys to camel case.

new feature

I have a TIM Hub (DGA4132) whit the GUI in this repository. In the GUI there is a section where you can modify the transmission power of the AP (from...

Weight: Move the twoPhase argument check in the loop, so the condition is true when twoPhase argument is null or, when not null, if matches() return true. IndexSearcher: group is...

Stale

According to lines 33 & 34 of `hash/maphash/maphash_purego.go`: ``` // This is a port of wyhash implementation in runtime/hash64.go, // without using unsafe for purego. ``` However, when I look...

~net.Dial is deprecated. Replace its usages with net.DialContext.~

In MITM, there is currently a TODO about reusing the existing connection to handle the next requests. Reuse it when possible. Remove the "Connection: close" with this comment: ``` //...

Refactor current HTTP/2 code to remove hacky code and handle it properly, evaluating if we can directly use the standard library instead

Review existing documentation and add the missing one where it's needed. Currently a lot of exported functions aren't properly explained.

Current tests are legacy and really old, no one cared much about them. Failing tests are not reporting the errors to the pipeline result, the whole pipeline should fail, and...

good first issue

Extends https://github.com/elazarl/goproxy/pull/527. Currently the URL matching just iterate over the list of the available request handlers and execute the matching ones. This could have performance issues if the user specifies...