commit | 4d3dab546755e5d2204f44a83c571058f7af49b1 | [log] [tgz] |
---|---|---|
author | Matt Menke <mmenke@chromium.org> | Fri May 16 13:26:39 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 16 13:26:39 2025 |
tree | e7107b43d157a66acf078fa50c817d0808164355 | |
parent | 6c19d029d39a2eb7e34f8e6261e7717e5a7b9bb7 [diff] |
Spanify a number of TCP files in net/socket. With the exception of a use of fd_set in tcp_socket_unittest.cc, which is probably worth its own CL (if we choose not to just allow it). This also fixes a bug in the test-only method ReadDataOfExpectedLength(), which would, if the first read didn't read all the data, try to read the remaining bytes, writing the bytes at the start of the only read buffer (thus overwriting the previously read bytes, and never writing to the end of the buffer). This bug has existed quite a while, so presumably wasn't actually causing any test failures. Bug: 374320451 Change-Id: I147e1543d9614248fef7b2770067df5e91e8609f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6551703 Reviewed-by: Kenichi Ishibashi <bashi@chromium.org> Commit-Queue: mmenke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/main@{#1461307}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.