Aleksey Vasilenko
Aleksey Vasilenko
There are still proxies in a wild which respond `HTTP/1.0 200` to `CONNECT`. With this PR Gun would support those proxies.
For some use cases `browser.new_page` is not applicable (WebView not supporting it at all, also latency requirements) so I had to use `page.goto`. Unfortunately it hangs on some websites while...
TARGET is aarch64-linux-musl, 11.2.0 builds all right. Host is Arch Linux with GCC 14. ``` ../../src_gcc/libiberty/simple-object-mach-o.c: In function ‘simple_object_mach_o_write_segment’: ../../src_gcc/libiberty/simple-object-mach-o.c:1231:17: error: passing argument 1 of ‘set_32’ from incompatible pointer type...
Backport of https://gcc.gnu.org/git/?p=gcc.git;a=blobdiff;f=libiberty/simple-object-mach-o.c;h=a8869e7c63957d86d91d9987bbed40c8284fd253;hp=72b69d19c21627aa29347bc3798aa8f407965fc7;hb=38757aa88735ab2e511bc428e2407a5a5e9fa0be;hpb=6a64964212c8e5e10e474803d06a07514c1069b7 Fixes #189
## Steps to reproduce - Run basic_serial example and enter port name of plugged-in device - Wait for console to calm down and pull the USB out - Observe example...
It is now a recommended crate for jemalloc and it contains an [important fix for compilation on riscv64gc-unknown-linux-musl](https://github.com/tikv/jemallocator/pull/67), I bumped into this when I was trying to [build ripgrep on...