sanjana2505006 opened a new pull request, #584:
URL: https://github.com/apache/tooling-trusted-releases/pull/584

   This PR stops the hypercorn.log from being flooded with "SSL shutdown timed 
out" errors and messy stack traces. These are usually just network noise caused 
by people disconnecting mid-upload.
   
   # Changes I made:
   - Better Error Catching: I wrapped form and file parsing in `try/except` 
blocks. Now, if a user disconnects, the server handles it quietly with a simple 
warning instead of a giant error.
   - Log Filter: Added a filter to silence the specific "SSL shutdown timed 
out" message, which isn't an actual application bug.
   
   fixes issue #582


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to