Evan Rittenhouse
Evan Rittenhouse
### Pull Request Checklist _Please make sure to review and check all of these items:_ - [x] Have you added new tests to prevent regressions? - [x] Does `yarn test`...
How would people feel about a `tools.poetry` section being added to `pyproject.toml`? I am happy to do it and at least get the dependencies loaded in. Might be an easier...
Resolves: python-poetry/poetry#6443 - [ ] Added **tests** for changed code. - [ ] Updated **documentation** for changed code. Didn't add tests as it's just a matter of calling the logger....
# Pull Request Check List Resolves: https://github.com/python-poetry/poetry/issues/7556 - [ ] Added **tests** for changed code. - [ ] Updated **documentation** for changed code. Documentation only
# Pull Request Check List Resolves: https://github.com/python-poetry/poetry/issues/6499 - [x] Added **tests** for changed code. - [x] Updated **documentation** for changed code. This PR adds support for correctly parsing relative submodule...
Sorry that the title is a bit vague, I'm not sure what could've happened. I didn't make any changes on my end, but all of a sudden certain oranges appear...
Tested by spinning up a quiche-server instance and then running: ```shell RUST_LOG=trace cargo run --bin quiche-client -- https://127.0.0.1:4433 --no-verify --requests 50 --concurrent-requests ``` with `concurrent_requests` set to 1, 5,and 50....
## What does this PR do Adds the new `IPPROTO_IP` variant to `SockProtocol` as described in #1953 ## Checklist: - [x] I have read `CONTRIBUTING.md` - [x] I have written...