mirror of
https://github.com/Gouryella/drip.git
synced 2026-02-23 21:00:44 +00:00
In the ServeHTTP processing logic, CONNECT requests are no longer processed, and a 405 status code is returned when such a request is received. The method was flagged as not allowed. The original handleConnect implementation code was also removed.