cloudflared-mirror/quic
João "Pisco" Fernandes 4f7165530c TUN-8275: Skip write timeout log on "no network activity"
## Summary
To avoid having to verbose logs we need to only log when an
actual issue occurred. Therefore, we will be skipping any error
logging if the write timeout is caused by no network activity
which just means that nothing is being sent through the stream.
2024-03-06 16:05:48 +00:00
..
schema TUN-4596: Add QUIC application protocol for QUIC stream handshake 2021-07-15 17:35:25 +00:00
conversion.go TUN-8243: Collect metrics on the number of QUIC frames sent/received 2024-02-19 10:09:14 +00:00
datagram.go TUN-8006: Update quic-go to latest upstream 2023-12-04 17:09:40 +00:00
datagram_test.go TUN-8006: Update quic-go to latest upstream 2023-12-04 17:09:40 +00:00
datagramv2.go TUN-8006: Update quic-go to latest upstream 2023-12-04 17:09:40 +00:00
metrics.go TUN-8243: Collect metrics on the number of QUIC frames sent/received 2024-02-19 10:09:14 +00:00
param_unix.go TUN-5623: Configure quic max datagram frame size to 1350 bytes for none Windows platforms 2022-01-11 14:55:43 +00:00
param_windows.go TUN-7227: Migrate to devincarr/quic-go 2023-05-10 19:44:15 +00:00
pogs.go TUN-6381: Write error data on QUIC stream when we fail to talk to the origin; separate logging for protocol errors vs. origin errors. 2022-06-15 13:06:45 +00:00
quic_protocol.go TUN-7480: Added a timeout for unregisterUDP. 2023-06-20 06:20:09 +00:00
quic_protocol_test.go TUN-7934: Update quic-go to a version that queues datagrams for better throughput and drops large datagram 2024-01-03 13:01:01 +00:00
safe_stream.go TUN-8275: Skip write timeout log on "no network activity" 2024-03-06 16:05:48 +00:00
safe_stream_test.go TUN-8236: Add write timeout to quic and tcp connections 2024-02-15 17:54:52 +00:00
test_utils.go TUN-5621: Correctly manage QUIC stream closing 2022-02-01 22:01:57 +00:00
tracing.go TUN-8243: Collect metrics on the number of QUIC frames sent/received 2024-02-19 10:09:14 +00:00