commit | 9d44a6bf41b828f7bd1336176f8663c8a978d56d | [log] [tgz] |
---|---|---|
author | Nanami Mikiya <[email protected]> | Fri Feb 04 03:40:19 2022 |
committer | Chromium LUCI CQ <[email protected]> | Fri Feb 04 03:40:19 2022 |
tree | f0b9afd5994011925c9c0db81f85f4d6e4169840 | |
parent | 11d3912c1fcee2cbe0cae7ee1f1b079404d7735d [diff] |
Logging WebSocket sent frame header information A NetLog event to log WebSocket received frame header was implemented. The function to keep parameters for frame header is also used for sent frame header. This CL adds the following information on NetLog: WEBSOCKET_SENT_FRAME_HEADER --> final = XX --> masked = XX --> opcode = XX --> payload_length = XX --> reserved1 = XX --> reserved2 = XX --> reserved3 = XX Bug: 1293585 Change-Id: Iadb383b0357cb46a824cdac8d0132ccee68ac646 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3435288 Reviewed-by: Yutaka Hirano <[email protected]> Reviewed-by: Adam Rice <[email protected]> Commit-Queue: Nanami Mikiya <[email protected]> Cr-Commit-Position: refs/heads/main@{#967083}
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.