naiveproxy/src/net
klzgrad b2fcf5f5ae net/spdy: Reduce warnings about RST on invalid streams
Per RFC 7540#6.4:

  However, after sending the RST_STREAM, the sending endpoint MUST be
  prepared to receive and process additional frames sent on the stream
  that might have been sent by the peer prior to the arrival of the
  RST_STREAM.
2024-10-07 17:43:47 +08:00
..
android android: net: Add Android stubs 2024-10-07 15:23:47 +08:00
base net: Allow http proxies in proxy chains 2024-10-07 17:43:47 +08:00
cert net/cert: Fix iwyu 2024-10-07 17:43:47 +08:00
cert_net Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
cookies Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
data/ssl/chrome_root_store Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
device_bound_sessions Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
disk_cache Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
dns build: Remove tests and minimize 2024-10-06 12:17:28 +08:00
docs Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
extras Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
filter Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
first_party_sets Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
http net: Allow http proxies in proxy chains 2024-10-07 17:43:47 +08:00
log Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
network_error_logging Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
nqe Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
ntlm Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
proxy_resolution Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
quic Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
reporting Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
server Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
shared_dictionary Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
socket net/socket: Use SO_REUSEPORT for server sockets 2024-10-07 17:43:47 +08:00
spdy net/spdy: Reduce warnings about RST on invalid streams 2024-10-07 17:43:47 +08:00
ssl Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
storage_access_api Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
test Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
third_party build: Remove tests and minimize 2024-10-06 12:17:28 +08:00
tools build: Remove tests and minimize 2024-10-06 12:17:28 +08:00
traffic_annotation Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
url_request Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
websockets Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
BUILD.gn net/cert: Use builtin verifier on Android and Linux 2024-10-07 17:43:47 +08:00
COMMON_METADATA Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
DEPS Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
DIR_METADATA Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
features.gni net/cert: Use builtin verifier on Android and Linux 2024-10-07 17:43:47 +08:00
OWNERS Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
PRESUBMIT.py Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00
README.md Import chromium-129.0.6668.81 2024-10-06 12:16:12 +08:00

Chrome Networking Stack

This directory contains the code behind Chrome's networking stack. It is documented here.