diff options
author | Jens-Uwe Mager <[email protected]> | 2024-08-21 19:39:20 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-08-21 11:39:20 -0600 |
commit | 2bb2ecc5498c99d535f5b8f56fb8a4732e818ad3 (patch) | |
tree | cf6662f3a7933f61d7c408e37367826b3d868cd1 /cmd | |
parent | 54a0c8f94821f393edec1a1bc9459f2363c95117 (diff) | |
download | caddy-2bb2ecc5498c99d535f5b8f56fb8a4732e818ad3.tar.gz caddy-2bb2ecc5498c99d535f5b8f56fb8a4732e818ad3.zip |
reverseproxy: Change errors writing the response to warning. (#6532)
Most of the errors that can be seen here are write errors due to clients
aborting the request from their side. Often seen ones include:
* writing: ... write: broken pipe
* writing: ... connection timed out
* writing: http2: stream closed
* writing: timeout...
* writing: h3 error...
Most of these errors are beyond of the control of caddy on the client side,
probably nothing can be done on the server side. It still warrants
researching when these errors occur very often, so a change in level from
error to warn is better here to not polute the logs with errors in the
normal case.
Diffstat (limited to 'cmd')
0 files changed, 0 insertions, 0 deletions