Thomas
Thomas
I don't think this is actually a bug and `env` is working as intended. I know that what I just said sounds wrong, but hear me out first. `test.sh` consists...
After using my own fork, I found it better to use this with those checks so I merged them into this PR
Just rebased the branch. This is now over a year old. Can we get this reviewed & merged? @seanmonstar
Since this doesn't look like its going to be merged anytime soon you can use my fork like so: ```toml reqwest = { git = "https://github.com/thomasqueirozb/reqwest", branch = "base_url" }...
> This seems like something we could add a test for :) Done! Added it to `Tests/Kernel/TestTCPSocket.cpp`. Didn't think this simple test should be a separate file named `TestSocket.cpp`.